"Jonathan Wood" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):
> I want to dynamically create an unordered list where each item is a
> link that posts back to the source page.
>
> I thought it might be nice to use a BulletedList control for the list,
> and create LinkButton controls for each item in the list. But the
> BulletedList control doesn't allow child controls, and the ListItem
> object doesn't support child controls either.
>
> I was curious how you folks might approach this situation.
If you want a built in .NET control, I would use the Repeater, which
allows you to start the unordered list in the header and finish in the
footer and do the "dirty work" in the middle.
If you want something you can drag and drop with no need to create tags,
a custom built control is the best option. You may be able to find an
open source one already built, or a third party control you can
purchase, that does what you want.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************