state mangement

  • Thread starter Thread starter Mr. Bean
  • Start date Start date
M

Mr. Bean

Hi, is there a way to maintain the state of class instances after the
asp.net page is posted. I know about session management, jst wondering
if there a method to maintain the intances of the object across
postbacks.
 
Mr. Bean said:
Hi, is there a way to maintain the state of class instances after the
asp.net page is posted. I know about session management, jst wondering
if there a method to maintain the intances of the object across
postbacks.

Look into 'viewstate' in the asp.net documentation :)

FB

--
 

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