J
Jonathan Wood
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.
Thanks.
Jonathan
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.
Thanks.
Jonathan