DotNet Tutorials

Server Intellect

ASP.NET Database Tutorials

Uploading and Storing a File within SQL Database in VB

This tutorial will show you how we can use ASP.NET to allow uploading of files directly to a SQL database in VB.NET

Uploading and Storing a File within SQL Database in C#

This tutorial will show you how we can use ASP.NET to allow uploading of files directly to a SQL database in C#

How to Search a SQL database by String

In this tutorial, we will cover how to search a SQL database with a string in ASP.NET. We will explain how to use a simple Select statement containing a search parameter. Our final example will be a basic search application.

Select GridView Row to DataTable in C# and ASP.NET

This tutorial will show you how to use the built-in Select Row function of the GridView to move that row to a new DataTable. C# version.

Custom LINQ to SQL Methods to Add Edit Delete in VB.NET

This tutorial will show you how to write your own LINQ methods to enable adding, editing and deleting of data in a SQL database. VB version.

Custom LINQ to SQL Methods to Add Edit Delete in C#

This tutorial will show you how to write your own LINQ methods to enable adding, editing and deleting of data in a SQL database. C# version.

Creating a Comment Form with SQL and AJAX

This tutorial will show you how to write a comment form web application in C# and VB.NET, using AJAX and a SQL database.

Data Access Component - Deleting Data in VB and AJAX

This tutorial will show you how to use VB and AJAX to create a Data Access Component that will display data from a SQL database and also allow you to delete records from the database.

Data Access Component - Deleting Data in C# and AJAX

This tutorial will show you how to use C# and AJAX to create a Data Access Component that will display data from a SQL database and also allow you to delete records from the database.

Data Access Component - Update Data in VB and AJAX

This tutorial will show you how to use VB and AJAX to create a Data Access Component that will display data from a SQL database and also allow edits of the data.

Data Access Component - Update Data in C# and AJAX

This tutorial will show you how to use C# and AJAX to create a Data Access Component that will display data from a SQL database and also allow edits of the data.

Retrieving Image from SQL Database in C#

This tutorial will show you not only how to save an image to a SQL database, but how to retrieve the image and display it on your web page. C#.

Using LINQ to add to SQL Database in ASP.NET 3.5 and C#

This tutorial will show you how to use LINQ in Visual Studio.NET 2008 and C# to add data to a SQL database.

Uploading Files to a Database in ASP.NET and VB

This tutorial will show how we can upload files to a SQL database using ASP.NET and VB.

Uploading Files to a Database in ASP.NET and C#

This tutorial will show how we can upload files to a SQL database using ASP.NET and C#.

Using FormView control to edit/delete in ASP.NET & VB

This tutorial shows how we can use the FormView control to display data from a SQL database, and also allow adding, updating and deletion of this data. VB version.

Using FormView control to edit/delete in ASP.NET & C#

This tutorial shows how we can use the FormView control to display data from a SQL database, and also allow adding, updating and deletion of this data.

Basic Data Access with SQL Database & ASP.NET 2.0

This tutorial will show how we can use a GridView control to display and update data in a SQL database.

Hash table using ASP.NET 2.0 and VB

This example illustrates how to create and use a hash table. Each element of hash table is a key/value pair stored in a DictionaryEntry object. A key cannot be a null reference (Nothing in Visual Basic), but a value can be.

Hash table using ASP.NET 2.0 and C#

This example illustrates how to create and use a hash table. Each element of hash table is a key/value pair stored in a DictionaryEntry object. A key cannot be a null reference (Nothing in Visual Basic), but a value can be.

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.

Making SQL transaction in DB using ASP.NET 2.0 and C#

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 C# in the sample.

Save image to database in ASP.NET 2.0(VB)

This tutorial will show you how to save image to a SQL database using ASP.NET and VB.NET.

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#.

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 new .NET data access APIs—ADO .NET. XmlWriter, XmlReader, and XmlNavigator classes and classes that derive from them, including XMLTextReader and XMLTextWriter, encapsulate a number of functionalities that previously had to be accomplished manually. This tutorial will show you a sample of how to operate XML in ASP.NET and VB.NET.

A sample of operating XML data in ASP.NET 2.0(C#)

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 new .NET data access APIs—ADO .NET. XmlWriter, XmlReader, and XmlNavigator classes and classes that derive from them, including XMLTextReader and XMLTextWriter, encapsulate a number of functionalities that previously had to be accomplished manually. This tutorial will show you a sample of how to operate XML in ASP.NET and C#.

Connect to SQL Server using a SqlDataSource VB.NET

This tutorial will show you how to connect to SQL Server using VB and a SqlDataSource Control.

Connect to SQL Server using a SqlDataSource Control C#

This tutorial will show you how to connect to SQL Server using C# and a SqlDataSource Control.

Using Stored Procs with ASP.NET 2.0 GridView 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

Using Stored Procs with ASP.NET 2.0 GridView and C#

This tutorial will show you how to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and C#.NET

Displaying Data using ASP.NET 2.0 CheckBoxList and VB

This tutorial will show you how to display data using the .NET CheckBoxList Control, ASP.NET 2.0 and VB.NET

Displaying Data using ASP.NET 2.0 CheckBoxList and C#

This tutorial will show you how to display data using the .NET CheckBoxList Control, ASP.NET 2.0 and C#.NET

Displaying 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

Displaying XML Data using ASP.NET 2.0 and C# .NET

This tutorial will show you how to display XML Data using the XMLDataSource control, ASP.NET 2.0, and C#.NET

Displaying Data using ASP.NET 2.0 DataList and VB.NET

This tutorial will show you how to display data using the .NET DataList Control, ASP.NET 2.0 and VB.NET

Displaying Data using ASP.NET 2.0 DataList and C#

This tutorial will show you how to display data using the .NET DataList Control, ASP.NET 2.0 and C#.NET

Displaying Data using ASP.NET 2.0 GridView and VB.NET

This tutorial will show you how to display data using the .NET GridView Control, ASP.NET 2.0 and VB.NET

Displaying Data using ASP.NET 2.0 GridView and C#

This tutorial will show you how to display data using the .NET GridView Control, ASP.NET 2.0 and C#.NET

Displaying Data using ASP.NET 2.0 Repeater and VB.NET

This tutorial will show you how to display data using ASP.NET 2.0, a repeater control and VB.NET

Displaying Data using ASP.NET 2.0 Repeater and C#

This tutorial will show you how to display data using the .NET Repeater Control, ASP.NET 2.0 and C#.NET

123 ASP

411 ASP

Dot Net Freaks

Server Intellect