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

ADO.Net

Browse by Tags

Sharing Code Between Pages using ASP.NET 2.0 and VB.NET
This tutorial will show you how to share code between pages using ASP.NET 2.0 and VB.NET. Although you can place code inside each page within your site (using the inline or code-behind separation models described in the previous section), there are times Read More...

Posted Saturday, February 02, 2008 5:20 PM by admin | 0 Comments

Filed under: , , , ,

Store data with Hashtable using ASP.NET 2.0 and VB.NET
This tutorial will show you how to store data with Hashtable using ASP.NET 2.0 and VB.NET. At first, you need to import the namespace from System.Collections. The System.Collections namespace contains classe Hashtable which represents a collection of Read More...

Posted Saturday, February 02, 2008 5:18 PM by admin | 0 Comments

how to intercept the character string and restrict the character length using ASP.NET 2.0 and VB.NET 2005.
This tutorial will show you how to cut string using ASP.NET 2.0 and VB.NET 2005. The tutorial use default namespace. The sampe will show you how to intercept the character string and restrict the character length. Moreover, it will automatically turn Read More...

Posted Saturday, February 02, 2008 5:08 PM by admin | 0 Comments

Filed under: , , , ,

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 Read More...

Posted Saturday, February 02, 2008 5:07 PM by admin | 0 Comments

Filed under: , , , , , , , ,

How to use URL mapping in ASP.NET 2.0 and VB.NET
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and VB.NET. The URL mapping feature uses configuration information stored in web.config to remap incoming requests to a different URL. The remapping occurs prior to any other Read More...

Posted Saturday, February 02, 2008 5:04 PM by admin | 0 Comments

Filed under: , , , , , ,

Navigating XML information items using ASP.NET 2.0 and C#
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using C#. First, import the namespace of System.XML and System.XML.XPath The System.Xml.XPath namespace contains the classes that define a cursor model for navigating and Read More...

Posted Saturday, February 02, 2008 5:00 PM by admin | 0 Comments

Filed under: , , , , , , , , ,

A RSS Reader using ASP.NET 2.0 and VB.NET
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and VB.NET. At first, import the namespace of System.Net, System.IO, and System.Xml Imports System.Net Imports System.IO Imports System.Xml Read More...

Posted Saturday, February 02, 2008 4:59 PM by admin | 0 Comments

Filed under: , , , ,

Calculate average of data from XML using ASP.NET 2.0 and VB
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and VB. This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and C#. The System.Xml.XPath namespace contains the classes that define Read More...

Posted Saturday, February 02, 2008 4:58 PM by admin | 0 Comments

Filed under: , , , , , , , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:56 PM by admin | 0 Comments

Filed under: , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:54 PM by admin | 0 Comments

Filed under: , , , , , ,

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. Read More...

Posted Saturday, February 02, 2008 4:52 PM by admin | 0 Comments

Filed under: , , , , , , ,

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. Read More...

Posted Saturday, February 02, 2008 4:51 PM by admin | 0 Comments

Filed under: , , , , , ,

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. Read More...

Posted Saturday, February 02, 2008 4:50 PM by admin | 0 Comments

Filed under: , , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:49 PM by admin | 0 Comments

Filed under: , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:47 PM by admin | 0 Comments

Filed under: , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:43 PM by admin | 0 Comments

Filed under: , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:41 PM by admin | 0 Comments

Filed under: , , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:38 PM by admin | 0 Comments

Filed under: , , , , , , ,

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 Read More...

Posted Saturday, February 02, 2008 4:35 PM by admin | 0 Comments

Filed under: , , , , , ,

A sample of operating XML data in ASP.NET 2.0(VB.NET)
Microsoft .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML classes also offer convenience, better performance, and a more familiar programming model, tightly coupled with the Read More...

Posted Saturday, February 02, 2008 4:33 PM by admin | 0 Comments

Filed under: , , , , , , , , , ,

How to Save image to database in ASP.NET 2.0(C#)
This tutorial will show you how to save image to a SQL database using ASP.NET and C#. This tutorial need the sample database provided by MS SQL. Database:Northwind Table:Categories Please modify the connectionstring based on the environment of your computer. Read More...

Posted Saturday, February 02, 2008 4:29 PM by admin | 0 Comments

Filed under: , , , , , , , , , ,

Making SQL transaction in DB using ASP.NET 2.0 and VB
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and VB.NET in the sample. First, import the namespace of System.Data.SqlClient . The System.Data.SqlClient namespace is the.NET Read More...

Posted Saturday, February 02, 2008 4:23 PM by admin | 0 Comments

Filed under: , , , , , , , , , , , , ,

Making the Connection: Accessing Your Database using ADO.NET
Data Access Namespaces Within the .NET framework class library (FCL) version 1.1, there are five third-level namespaces that provide access to an underlying database. These are System.Data.SqlClient, System.Data.SqlServerCE, System.Data.OracleClient, Read More...

Posted Wednesday, September 13, 2006 1:08 PM by admin | 0 Comments

Filed under: , , , , , ,

 
Powered by Community Server, by Telligent Systems