saveviewstate for the entire page

  • Thread starter Thread starter David Palfery
  • Start date Start date
D

David Palfery

I have a page that needs lookups on it, so I am forced to leave the
page to get the lookup value then return to the original page. The
way I am storing the info the user has already entered is to put each
field in a session variable. Shouldn't I be able to save the
viewstate for all the controles on a page to a single variable then
load them back with loadviewstate? I have tried this but can't seem
to get it to work, if any one has any source code doing this that
would be great.
 
have you considered opening a new child window to perform the lookup ?
 
Yes but I didn't think it was possible in asp.net. how whould that be done?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top