-
Unordered List
What's the best way to make the Unordered List <ul> element with <li> ?
The only way I've found is to use the Literal Control and set the text to <ul><li>Item 1</li><li>Item 2</li></ul> etc....
MS should have made that control. Or I could make my own I guess...
-
Re: Unordered List
That does seem strange since there is a checkbox and optionbutton list control.
You could always write your own.
WOka
-
Re: Unordered List
Well.. if you were data-binding, you could use a repeater, place the UL in the header template, and li in the item template, and an ending UL in the footer template.