allow users to enter page size to display the GridView accordingly
Hi,
I am Husain,
Asp.Net2.0 GridView Control has the PageSize Property.
I want to display GridView By enter the page size in a textBox by the user.
Thanks
Husain
Re: allow users to enter page size to display the GridView accordingly
Assign the page size(user enter input) to the PageSize property of gridview and bind the gridview with the data source. Either have the autopost back property of textbox to true or hava a command button.
------------------
suresh
Re: allow users to enter page size to display the GridView accordingly