What is the best recommended approach for Bulk Insert/Update in asp.net GridView?
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.