Click here to Skip to main content
16,020,290 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Help Please ...

How To Save different tab pages data it includes completely user controls.
user controls includes textboxs,labels,picture boxes..like different controls.
how to save this data into Drive(c:\) using save dialog box.

Thanks&Regards
Venkat
Posted
Updated 25-Nov-10 19:06pm
v4
Comments
Sandeep Mewara 26-Nov-10 0:58am    
Whats the point of posting it in BOLD and BIG fonts? Weightage of your question will still remain same... infact might reduce!
Sandeep Mewara 26-Nov-10 0:59am    
Now, your question sounds simple pickup values from different controls of a tab and save in DB... what's an issue with it? What have you tried?

1 solution

u can make XML of the tab pages to save the data,and also u can retrieve the data from the XML to do this u have to use using System.Xml.Serialization;
 
Share this answer
 
Comments
Toli Cuturicu 26-Nov-10 10:46am    
No txtspk please. This is a forum for grown-ups.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900