Hello,
I want to bind temprary invoice data to gridview and show the total in asp label in asp.net web application.
and after adding all items i want to save all data to database.
How to do it?
please give refernce links
Hi ashishk,
First you need to save the record in viewstate and then bind the gridview using the view state.
Then use BulkCopy to insert the DataTable from viewstate to database.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.