Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear Member
Code Project
I have a problem.In my data base there are more than 100 record and i want to display these record on gridview with 10 record per page means with paging.
i want to search these record with respect to text box values changes.
i want to gridview show all filter record with change of text box values but page does not refresh.
Means with out fire page gridview show all values with text box changes.

Thank You.
Posted

1 solution

I am assuming you're using ASP.net anc C#,You want to search without Postback??
For this place your gridview and textbok inside updatepanel of ajaxtoolkit

and for paging you can use automatic paging of gridview by setting AllowPaging to true and PageSize=10 or you can do paging with storedprocedure
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900