two ways:
1) Query the nodes from XML data source and create ListItems manually (this applies to DropDownList,ListBox and such)
2) Load XML into DataSet and bind it to the control (applies to all controls, but there are slight restrictions to the format of the XML)
Can I see an example??
Thanks!
0 comments:
Post a Comment