I want to save windows form and controls (text box,button,user control.. ) along with there properties to hard disk or Database at run time.I tried using with serialization but i am facing some problems like events,form we can't serialize ...Is there any good solution for saving form into disk or Database.
After resorting form also i can able to modify restored form and its controls properties.