Repeater control

  • Thread starter Thread starter Adil Akram
  • Start date Start date
A

Adil Akram

How can I display Serial No./Record No. with records while using repeater
control .

I'm using repeater control to display search results and paginated it using
PagedDataSource class.

regards,
Adil
 
Perhaps you could provide additional information as I
wasnt able to understand the question.

You could use Databinder.Eval in the .aspx page, or you
could use onItemDataBound event in the codebehind to
simply print a value from a database.
 
Back
Top