Configuring a LinqDataSource Control
In this tutorial we will cover creating a LinqDataSource control and applying it to a pre-existing database table. |
Adding Data to a Database Table in Visual Studio
In this tutorial we will cover adding data to a pre-existing database table. |
Creating a Basic Database Table in Visual Studio
This is a simple introductory tutorial to build simple database tables with Microsoft visual studio 2010. |
Creating User Controls in C# Part 2
In Part 1 of the User Control We covered building a user control but it is very basic and really doesn’t work well as a general-purpose control.
In part two of this tutorial we will modify the control by allowing the user to specify, retrieve, display and
clear the list of items in the target list quickly. Accomplishing this requires that the communication
between the host page and the user control is set to share values, read properties, and issue commands. |
Creating User Controls in C# Part 1
The following tutorial is a step by step walkthrough of how to create a simple user control page using Visual Web Developer 2010. The control will feature two lists, a SourceList and a TargetList. The user will be able to add, remove and display items from these two lists. |
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 |