I need to create a custom control that spits out the the following html:
<ul>
<li>
<a href="test.html">link button</a>
</li>
<li>
<a href="test.html">link button</a>
</li>
</ul>
I need the links to be LinkButtons and output inside the li elements.
What is the best way of going about building this control?
You can do that using built-in DataBound Controls like ListView Or Repeater controls.
You can add LinkButton within the li tags.
Other resources:
http://www.asp.net/aspnet-35/videos/the-listview-control