|
-
May 27th, 2002, 03:00 PM
#1
Thread Starter
New Member
DataGrid paging
I have a datagrid that I want to have paging on, which i've done no problem (programmed the 'OnPageIndexChanged' event) however I also have a button column in the grid which calls the 'OnItemCommand' event when clicked.
my problem is you can't have both..... either one or the other (so if I keep the one for 'OnItemCommand', the Paging button also calls it (and obviously gives me an error).... and vice-versa
any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|