
November 6th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 857
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
More Ways to Update Databases using ASP.NET 2.0 SqlDataSource
In the previous article, we saw how to insert a new record using the SqlDataSource control, programmatically, by assigning appropriate values for the SqlDataSource.InsertCommand property, SqlDataSoruce.InsertParameters collection property and calling the SqlDataSource.Insert() method. Today we will write code to update the Northwind's Employees table and provide the delete functionality.
Read the full article here: More Ways to Update Databases using ASP.NET 2.0 SqlDataSource
For more discussion go here: Blog Article Discussion
|