Article: How to build a databound BulletedList for URLs




Drag BulletedList on to page.
 
 
In the control's pop-up box select "Edit Items..." Add an item Text will be what the user sees and value will be the url.


Right click on the BulletedList box and select properties.
Under the Behavior group select DisplayMode and choose "Hyperlink" from the menu.



Now we need to create an xml document and then link it to the bulled box. In SolutionExplorer right click where you would like your xml file to sit. "Add New Item" "XML File".

Our xml file's code looks this:



Open the BulletedList's pop-up box and select datasource.



Click on new datsource - change the name if you wish.
Select XML from the list.
Brows to the XML file you want to use.

When you click OK VSD automatically looks in the XML file.

In the first dropdownlist select text.
In the second dropdownlist select url




Hope this helps!