|
-
Mar 15th, 2005, 05:09 PM
#1
Thread Starter
Frenzied Member
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...
-
Mar 15th, 2005, 08:05 PM
#2
Re: Unordered List
That does seem strange since there is a checkbox and optionbutton list control.
You could always write your own.
WOka
-
Mar 16th, 2005, 08:26 AM
#3
I wonder how many charact
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|