
November 5th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 854
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Programmatically Updating Databases using ASP.NET 2.0 SqlDataSource
In the previous article we talked about using the SqlDataSource control programmatically to obtain a result set from the database using a Data Reader object and a Data View object. We used an HtmlTable control to create a visual representation to hold the returned result set. Today we are going to use the SqlDataSource control to insert data into the Employees table of the Northwind database.
Read the full article here: Programmatically Updating Databases using ASP.NET 2.0 SqlDataSource
For more discussion go here: Blog Article Discussion
|