pagination in dynamic datagrid

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

Hi,
I've a requirement wherein I need to create datagrid dynamically along with
the pagiantion implementation in aspx page. I've created the grid dynamically
but i've problem with the paging event..
This dynamcially binded event isn't firing...when I click on the page number..

Any articles on dynamically adding datagrod along with events like
pageindexedchaged, itemdataboun etc//
 
Hello AVL,

did u try to set breakpoints and verify then u are subscribed to the paged
events?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> Hi,
A> I've a requirement wherein I need to create datagrid dynamically
A> along with
A> the pagiantion implementation in aspx page. I've created the grid
A> dynamically
A> but i've problem with the paging event..
A> This dynamcially binded event isn't firing...when I click on the page
A> number..
A> Any articles on dynamically adding datagrod along with events like
A> pageindexedchaged, itemdataboun etc//
A>
 
Back
Top