Newbie: Trouble w/ ViewState

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would greatly appreciate any assistance any one could give me. I have an
ASP.NET application that contains two frames and several popup windows for
editing information. One of the frames contains a treeview with a long list
of clients with several node underneath each client for different tasks. If
I change some information in the other frame or one of the popup windows that
directly reflects on the information in my treeview, how can I reload or
postback the page my treeview is on and still maintain the view state of the
control? I know the view state is not maintained unless the postback comes
from that page, but is there any way I can capture the treeview's view state
and use it from another page? Is there something similar to view state I can
use in its place?

Chris
 
dsmith66,
If you have a problem with the viewstate you can always save it away in the
session.
Arne.
 

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