Click here to Skip to main content
15,913,910 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,
I have 5 textboxes where i need to filter the data of the girdview based on the changes in the textboxes without using a button to submit.
Any ideas of how to handle such scenario
Posted

This is a pretty broad question, but I can get you started. A while back, I wrote an article on how to filter a grid while you typed. I only used one text box instead of five, but you could just adapt the methods I showed very easily to accomplish what you want to do. Here is the article:

Search As You Type in C#[^]
 
Share this answer
 
Hi,

I'm not trying to advertise it's just that a demo is best than a description, maybe this can help you: ASPxGridView FilterRow[^]
 
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