Ask a Question related to Dreamweaver AppDev, Design and Development.
-
acidrain9 #1
CurrentPageIndex
i have a page set up with a datagrid and two dropdown boxes
the datgrid is set to show 15 records and display paging at the bottom
sometimes (not always) when i select an item in the drop down box it brings me
to a page that says "Invalid CurrentPageIndex value. It must be >= 0 and < the
PageCount"
when i search my source code i don't find anything that states
"currentpageindex"
where is my problem and why does it not work all of the time?
acidrain9 Guest
-
Invalid CurrentPageIndex value. It must be >= 0 and < the PageCoun
I have a DataGrid in which I use paging, as well as Delete buttons. My program works perfectly, except when I attempt to delete the only item on the... -
Invalid CurrentPageIndex value. It must be >= 0 and <the PageCount
I get this message Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount After loading a datagrip with a single search cirteria from a... -
Invalid CurrentPageIndex error
Hi all, Invalid CurrentPageIndex error seems to occur even when CurrentPageIndex is set to zero just before binding the datagrid. Can anyone... -
Getting CurrentPageIndex
I have a datagrid with 1000 entries. Each entry has a unique value in the datakey. If I know the datakey that I am trying to find, is there any... -
strange Invalid CurrentPageIndex value
i cannot find the rule why from time to time i'm receiving "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount." at the... -
acidrain9 #2
Re: CurrentPageIndex
i set up a quick javascript (posted below)
and it seems to work great no more errors
'<script runat="server">
'Sub Page_Load()
'LeadsGrid.CurrentPageIndex="0"
'End Sub
'</script>
acidrain9 Guest



Reply With Quote

