B
Brian Henry
Hi,
I have a data grid that is set up like this
Page items displayed = 10
EnableViewState = false (i dont want to send large amounts of data over the
internet!)
CustomPaging = false
AllowPaging = true
now at the bottom of the data grid page, i have the numbers showing up as
the paging method, i got it to switch pages and show the proper page when
enableviewstate = false was on, but what I need to do now is show a combo
box above the grid that says Page x of y is the current one showing then in
the list show all the pages availabe to select... that part I have done... i
based it on the pages count in the grid and the value of the item for the
combo box is the page index of the grid that page is associated with... but
all the attemps at making the newly selected item in the combo box change
the current page in the data grid have failed... i tried changeing the data
grid's curent page index and got nothing out of it... how would you go about
doing this?! thanks
I have a data grid that is set up like this
Page items displayed = 10
EnableViewState = false (i dont want to send large amounts of data over the
internet!)
CustomPaging = false
AllowPaging = true
now at the bottom of the data grid page, i have the numbers showing up as
the paging method, i got it to switch pages and show the proper page when
enableviewstate = false was on, but what I need to do now is show a combo
box above the grid that says Page x of y is the current one showing then in
the list show all the pages availabe to select... that part I have done... i
based it on the pages count in the grid and the value of the item for the
combo box is the page index of the grid that page is associated with... but
all the attemps at making the newly selected item in the combo box change
the current page in the data grid have failed... i tried changeing the data
grid's curent page index and got nothing out of it... how would you go about
doing this?! thanks