Web Content page will have a XMLDataSource set up on the page. When other controls(like textbox, dropdown, radio, label controls etc.) should have properties like DataSource, DataMember , DataTextField and DataValueField.
DataSource property should be a dropdown with the list of available datasources on the content pages(basically xmlDataSources).
DataMember property should display all the tables present in the selected XML of xmlDataSource on the web page.
Similarly DataTextField and DataValueField should display all the members under the table(selected in DataMember).
Could you please send a sample code to do this.
Thanks in advance.
Murali
Replies
Know the answer? Post it — somebody with the same question will find it here.