In my webpage one gridview it contains 200records with paging pagesize:5 and two buttons are their
Actually here iam using two gridviews
one for showing all records when i click the showall button
when i click the resetall button here iam showing another gridview with paging
how to write code for that plz help me iam unable popualting the showall grid view plz help me
Please help me how to write code for that
Thanks
Karthik
Loading
Jiteendra SampathiraoPosted Jul 26, 2011, 10:44 AM
write the functionality in the button click event..
in showall-button click event...
write a gridview data binding method for show all records..(means no paging)
in resetall button Click event..
write a gridview data binding method for show the records using paging....
Refer this link for Gridview paging
do the same for resetall button [except paging....(allowpaging=false)]
hope it help you......