Nested Repeaters using onitemdatabound


/ Published in: C#
Save to your folder(s)

Used to create a tabbed structure with accordions inside. NOTE: OnItemDataBound is called for each section, so you may want to filter on the proper section:

ListItemType lt = e.Item.ItemType;
if(lt == ListItemType.Item)....

URL: http://idunno.org/archive/2004/10/30/145.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.