How do you insert multiple rows from a grid view to database
table under a single transaction?
Answer Posted / ashish saxena
It can be done using SQL BulkCopy Object.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
How can we use Web API with ASP.NET Web Form?
How to do state management in ASP.NET?
How can you debug your.net application?
What is the difference between visual basic and asp.net?
Where is the session stored?
What is the difference between web.config and machine.config in ASP.NET?
What are the different types of validation controls in asp.net?
Disable browser cache for entire ASP.NET website?
Explain the flow of processing of the request? : asp.net mvc
How to find last error which occurred in Asp.net ?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is Model-View-View Model?
What are directives in asp.net? List down all the important directives.
What is the maximum timeout we can set for Cookies?
How do you declare static variable?