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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top