losing viewstate when changing a control's parent

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

Is there any way to get around a control losing its viewstate if its parent
is changed in code?

Paul
 
Well that was an interesting exercise in futility. Apparently I can preserve
the ViewState, it happens automatically regardless of where the control is
parented, but only if the parent is not a class inherited from Control or
WebControl... I had to inherit from Table directly. I sure would like to see
the code behind Table so I can do ViewState preservation for any container
regardless of its inheritance.

Paul
 

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