I'm building a site in which a client will be filling out a given form which is broken up into multiple UserControls. Once the client has finished filling out the form, they need to submit/save to the database. Is it possible to store off the entire usercontrol in viewstate or even serializing and storing in DB then getting the contents of each UserControl when I need to save?
Thanks
...
Go to the complete details ...