save data from a webpage in an xml document (asp.net c#)

Agreepall

New Member
I made a webpage using c# asp.net. It has various text fields and dropdown lists and a radio button. Now i want to save the data into an xml file. and i'm not really able to understand on how to go about it.The various attributes in my page are TEXTBOX: GInfo; LNo; Org; UName; SType; Ver; MeapSupp; MaxUser; MaxMach; MachIP; MachMac; UqIDDROPDOWNLIST: LTypeRADIO BUTTON: MeapSuppI'm new to XML and asp.net and c#. Can you please help me out.
 
Back
Top