views:

39

answers:

1

Hi all, Pls somebody give me the solutions. Suppose i have data in database table. I wanna display all the field with data in gridview. In database table i have 1000 rows of data. But in gridview in one page can hold only 50 rows. So when i click on page 2 in gridview it should display next 50 rows....then again if click on page 3, gridview should display next 50 rows...like this it will continue. I don't want all the rows(1000 rows) to be loaded at a time. It should load dynamically everytime 50 rows only.. Pls give me the solution, how do i achieve it with code..

Thanks, Developer