Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
In my project I have to search record while entering values in text and without refresh I have to display tat records in grid..withot hitting button

Can any one help me


Thank u
Posted

1 solution

you can go for jquery .. make one method inside code behind .. make that method as a webmethod .. so you can call that method which is nothing but binding your gridview .. on the values coming into your searchbox .. you can call that method from jquery
 
Share this answer
 
Comments
ythisbug 24-Nov-13 10:03am    
ok thank u..any other like textbox text changed??

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