Inserting multiple records at once with the ASP.NET DataGrid control (Part Two)
Author:
Jan Ceulemans
This article demonstrates how you can use an ASP.NET DataGrid control to insert multiple records consisting of multiple fields into a SQL Server database table in one operation. Collection objects, a data access layer class and stored procedures are used to accomplish this task.
More Tutorials
|