How to add temp data to GridView and after inserting multiple temp entries, how to finally save all the entries in the database in an ASP.NET Web application.
Ashish Khadye
Select an image from your device to upload
You can do it using ViewState just like how Srikanth described or you could use simple user specific singleton approach to ensure your data persist in class and keep using the same object, This will be faster and efficient as it will save lot of boxing unboxing