Asp.net, vb.net, C#.net Resources

Welcome to Asp.net, vb.net, C#.net Resources Sign in | Join | Help
in Search

Browse by Tags

All Tags » asp.net 2.0   (RSS)
  • Building Site Navigation Menu using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to use SiteMapPath with the Menu control to build up site navigation menu by using ASP.NET 2.0 and VB.NET. The controls of Menu, SiteMapPath and SiteMapDataSource can generate navigation UI based on navigation data. This data can be stored in XML files, or it can be stored using the provider-based storage ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Send Email using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to send a simple email message using ASP.NET 2.0 and VB.NET Sending a email using ASP.NET 2.0 and VB.NET is actually very simple. First, you will need to import the System.Net.Mail namespace. The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that we need in order to send the ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Send Email with Attachment using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to send a simple email message with an attachment using ASP.NET 2.0 and VB.NET Sending a email with an attachment using ASP.NET 2.0 and VB.NET is actually very simple. First, you will need to import the System.Net.Mail namespace. The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Send Email with CCs and BCCs using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to send a simple email message with CCs and BCCs using ASP.NET 2.0 and VB.NET Sending a email with CCs and BCCs using ASP.NET 2.0 and VB.NET is actually very simple. First, you will need to import the System.Net.Mail namespace. The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Send Email with Priorities using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to send a simple email message with priorities using ASP.NET 2.0 and VB.NET Sending a email with Priorities using ASP.NET 2.0 and VB.NET is actually very simple. First, you will need to import the System.Net.Mail namespace. The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that we ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Send Email with Authentication using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to send a simple email message with authentication using ASP.NET 2.0 and VB.NET Sending a email with Priorities using ASP.NET 2.0 and VB.NET is actually very simple. First, you will need to import the System.Net.Mail namespace. The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How To Display Data using ASP.NET 2.0 and VB.NET

    This tutorial will show you how to display data using ASP.NET 2.0, a repeater control and VB.NET The Repeater control is a powerful tool and is easy to use. First, you will need to import the System.Data.SqlClient namespace. The System.Data.SqlClient namespace contains the SqlCommand and SqlConnection classes that we need in order to connect to ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Display Data using the .NET GridView Control, ASP.NET 2.0 and VB.NET

    This tutorial will show you how to display data using the .NET GridView Control, ASP.NET 2.0 and VB.NET The GridView control is a powerful tool and is simple to implement. First, you will need to import the System.Data.SqlClient namespace. The System.Data.SqlClient namespace contains the SqlCommand and SqlConnection classes that we need in ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Display Data using the .NET DataList Control, ASP.NET 2.0 and VB.NET

    This tutorial will show you how to display data using the .NET DataList Control, ASP.NET 2.0 and VB.NET The DataList control is an easy to use tool similiar to the Repeater control. First, you will need to import the System.Data.SqlClient namespace. The System.Data.SqlClient namespace contains the SqlCommand and SqlConnection classes that we ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Display XML Data using ASP.NET 2.0 and VB .NET

    This tutorial will show you how to display XML Data using the XMLDataSource control, ASP.NET 2.0, and VB.NET The .NET Framework offers a simple tool called XMLDataSource to display XML data. For this example we will need not need to import any special namespaces and we will have a XMLDataSource control called xmlDS, a Repeater called ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to Display Data using the .NET CheckBoxList Control, ASP.NET 2.0 and VB.NET

    This tutorial will show you how to display data using the .NET CheckBoxList Control, ASP.NET 2.0 and VB.NET The .NET Framework offers a number of classes that makes populating controls with data easy. We will need to first import the System.Data.SqlClient namespace. The System.Data.SqlClient namespace contains the methods we will need to query ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
  • How to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and VB.NET

    This tutorial will show you how to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and VB.NET Querying an SQL database with stored procedures using VB .NET is easy to do. First, you will need to import the System.Data.SqlClient namespace. The System.Data.SqlClient namespace contains the SqlCommand and ...
    Posted to ADO.Net (Weblog) by admin on February 2, 2008
Powered by Community Server, by Telligent Systems