Tutorial RSS
 

RETRIEVE

There are many different controls and ways to bind data in ASP.NET. In the tutorials below, we're collecting code samples that will help you get your data into the control you need.

Navigator: Home - Retrieve

DB Tutorials Category - Retrieve
Retrieve Custom Object from Database in ASP.NET 3.5 VB
This tutorial will show you how to retrieve a Customer Object from a SQL Database using only the ID reference. VB.NET
Retrieve Custom Object from Database in ASP.NET 3.5 C#
This tutorial will show you how to retrieve a Customer Object from a SQL Database using only the ID reference. C#
Creating a Comment Form with SQL and AJAX in .NET 3.5
This tutorial will teach you how to create a web application that will allow new comments to be posted to a web site, using a SQL database and AJAX.
Building Data Access Components in ASP.NET 3.5 and VB
This tutorial will show you how we can create our own class to retrieve data from a database, using the ObjectDataSource control, in VB.
Building Data Access Components in ASP.NET 3.5 and C#
This tutorial will show you how we can create our own class to retrieve data from a database, using the ObjectDataSource control, in C#.
Saving and Retrieving an Image from SQL database in C#
This tutorial will show you how to both save an image, and also retrieve the image from a SQL database. C# version.
Using LINQ to Display and Filter XML Data in VB
This tutorial shows an alternative to using a database - using LINQ to retrieve data from an XML file and also how to filter data from XML. C# version.
Using LINQ to Display and Filter XML Data in C#
This tutorial shows an alternative to using a database - using LINQ to retrieve data from an XML file and also how to filter data from XML. C# version.
Searching Database with String using ASP.NET and VB
This tutorial shows how simple it is to allow users to search a database for matching text they input themselves. VB version.
Searching Database with String using ASP.NET and C#
This tutorial shows how simple it is to allow users to search a database for matching text they input themselves. C# version.
A sample of operating XML data in ASP.NET 2.0(VB.NET)
A sample of operating XML data in ASP.NET 2.0(VB.NET)
A sample of operating XML data in ASP.NET 2.0(C#)
A sample of operating XML data in ASP.NET 2.0(C#)
Retrieve data from SQL Server 2005
Retrieve data from SQL Server 2005
411asp.net123aspxDotNetFreaksServer Intellect