How to Retrive data from XML Using XMLReader in C#
- by Suryakavitha
Hi,
I am using windows application and i have four combo boxes(comboeventname,combosendtype,comboType,comboschedule) in that form.... I have stored that combo values in to XML file by using XML writer...
now i want to display tha datas in that combo boxes in form load event when form opns in run time... How to retrive that values from that XML file and how to display that datas in combo boxes while run time... How shall i do this?
Anyone tell me the solution of this.....
Thanks in Advance...