If you must do something in the last product template of a order how can you reach this condition?
In the OnItemDataBound of a nested Repeater you can count his DataSource casting it to the item collection type; for example:
if (e.Item.ItemIndex == ((List
{
// do something
}
Nessun commento:
Posta un commento