How to Retrive data from XML Using XMLReader in C#

Posted by Suryakavitha on Stack Overflow See other posts from Stack Overflow or by Suryakavitha
Published on 2010-03-30T11:45:10Z Indexed on 2010/03/30 11:53 UTC
Read the original article Hit count: 375

Filed under:
|
|

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...

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms