adding usercontrol to viewstate

  • Thread starter Thread starter wapsiii
  • Start date Start date
W

wapsiii

I'd like to be able to add a simple user control to the viewstate, but
I'm not sure how to make it serializable!
 
You probably would not serialize the usercontrol but rather override the
LoadViewState and SaveViewState methods.
 

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