R
rhungund
Hi all...i'm using the repeater control to display some records.
The first record however needs to be displayed differently - it's shown
as a featured item.
The remainding records will be displayed in a repeating, templated
fashion.
I would like to, possibly in the ItemDataBound or ItemCreated event
handlers to check:
if first record then
populate variables and not display in the repeater
else
display in the repeater control
any ideas or suggestions? thanks.
The first record however needs to be displayed differently - it's shown
as a featured item.
The remainding records will be displayed in a repeating, templated
fashion.
I would like to, possibly in the ItemDataBound or ItemCreated event
handlers to check:
if first record then
populate variables and not display in the repeater
else
display in the repeater control
any ideas or suggestions? thanks.