I found out I can just store values in session, is this best practice for preserving a form?. If I'm using response.redirect and session state managment.
I'm holding 2 usercontrols, 6 variables and 2 small datasets in the session thru each redirect so I can repopulate the initial form, is this bad?