I am working on an application with Asp.net 3.5. I need to take so many inputs from user including Personal info, Dependent info, plan info etc. having around more than 100 values.After taking input I need to send the user to review page to check for data entered.In case if he wish to change anything come back again on first page to correct the input and then go to review page.After correction he can proceed to save the data.So I would like to know what is the best way to persist this so much data across postback.
↧