hey guys,
completely new to asp.net but doing some work here involving gridview for populating tables. I have set up paging and i am trying to work out how to get my next and previous buttons to maintain the same position.. i.e. i always want the next button on the left and previous on the right but when i come to the last page the previous button bounces over the left.. is there any way to keep the button positions constant?
the only code i can find that seems linked to paging is:
Any ideas?
completely new to asp.net but doing some work here involving gridview for populating tables. I have set up paging and i am trying to work out how to get my next and previous buttons to maintain the same position.. i.e. i always want the next button on the left and previous on the right but when i come to the last page the previous button bounces over the left.. is there any way to keep the button positions constant?
the only code i can find that seems linked to paging is:
Code:
<PagerStyle CssClass="pagingtext" HorizontalAlign="Left" />
<PagerSettings NextPageText="Next" PreviousPageText="Previous" FirstPageText="First" LastPageText="Last" Position="Bottom" />
Any ideas?