Hi All,
Say I have two list box listBox1 and listBox2... i have some data loaded in listBox1 which is taken from XML file listBox1Data.xml... and for ex it contains A,B,C,D etc... and listBox2 i need to load data from another XML file which contains data like for A->a,b,c etc.. B->b,c,d.. etc.. it means if user selects A from listBox1 it needs to load all the subelements of main element 'A' from the listBox2.xml... can any one pls help in accompalising this in C#?
Thanks,
Pradeep