DataGrid : e.Item.ItemType=Pager not executed in ItemDataBound

  • Thread starter Thread starter RJN
  • Start date Start date
R

RJN

Hi

The following statement is not getting executed inside the ItemDataBound

If e.Item.ItemType=Pager
--Some code
End if


I had put a break point, but the statements within the If block are not
executed. Same works fine in ItemCreated event.

Regards

rjn
 

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