Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir, i want to input some words in the textbox ,dynamically it should filtrate according to that words.and should display in the gridView
Posted

1 solution

Steps:
1. OnTextChange or OnKeyPress event (whichever suits you), take the existing value in the textbox
2. Filter the data in the dataset using the value. You can use a Dataview for it.
3. Re-Bind the grid with the filtered data of DataView

Done! Try!

If needed, see: Dataview Rowfilter[^]
 
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