Autocomplete a DataListBox
Hi,
I was wondering if anyone had an example of a DataListBox in LinqPad where as you type, a query goes against a data source (in my case a database) and narrows down the list?
I can't seem to get this to work but would appreciate any skeleton code (no need to include the DB query stuff).
Thanks in advance
Mike
Comments
There's a demo in the built-in samples that does this using LINQPad's HTML controls. Press Ctrl+F1 and type 'search box'.