Instantely Generate DataGridView Results from TextBox
-
Hi, I have generated a Data GridView and would like to populate it dynamically according to what I type into a textbox, but not after I press a Submit button or so, it must start generating instantely. Example, as soon as I type "S", the DataGridView will display all the results which begin with an S. As soon as I add "t" in the textbox (it will now have "St"), the DataGridView will just show results begining with "St". Anyone got a good tutorial for it pls?
-
Hi, I have generated a Data GridView and would like to populate it dynamically according to what I type into a textbox, but not after I press a Submit button or so, it must start generating instantely. Example, as soon as I type "S", the DataGridView will display all the results which begin with an S. As soon as I add "t" in the textbox (it will now have "St"), the DataGridView will just show results begining with "St". Anyone got a good tutorial for it pls?
-
You can do that with javascript Also, take a look at the ajaxtoolkit controls (AutoCompleteExtender) AutoCompleteExtender[^]
Alexei Rodriguez