views:

27

answers:

1

Hi there!

I'm looking to create a free-type textbox which onkeyout "filters" a datagrid below. The old way to do this was to write a webservice and call it on each press returning the results - I was hoping there was a more eloquent way of doing this. Can anyone point me in the right direction? Documentation/Tutorials/Sites etc all welcomed.

Sorry for the very noob question!

+1  A: 

You might have luck in find an answer in this Stackoverflow question:

Filtering a list as you type with jQuery.

Or possibly with this Stackoverflow question:

vb.net dataTable/DataGridView search/sort

Hope this helps some.

Chris
Christ that's perfect! +1:)
Chris Laythorpe