6
Answers

What is the best recommended approach for Bulk Insert/Update in asp.net GridView?

Ask a question
Anil Kumar

Anil Kumar

13y
4.2k
1
Please tell me the best recommended approach for Bulk Insert/Update in asp.net GridView.

I have a page where I am recording the order details and have grid to get line-of-items. Items are get added to a grid. I want to save this (order header details with many line of items) on clicking save.

Answers (6)