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?
