Insert GridView Records on one click
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Respected, Can I Insert GridView multiple Records on one click. Thanks
-
Respected, Can I Insert GridView multiple Records on one click. Thanks
Yes. 1. To insert records in gridview: Update its datasource and rebind. 2. To insert gridview records in database: get the records to insert and use ADO.Net to perform the insert.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!