Master detail view with data binding
Hi, i have to create a master detail view with data binding. Data is stored in a XML file, in a list box title will be displayed and data corespond to that title will be shown in text boxes. I have bind ListBox with xml data and it is showing all the titles correctly but now I dont know how to bind text boxes with that. please guide me