Intellisense in ASP.NET

W

whihathac

I want to create a listbox, or preferably a checkboxlist that is
populated from a database. There will be a textbox right above that the
user can start to type in a product name and the listbox (or
checkboxlist) will populate depending on their typing.

For example: They start to type Tu and the following populates:

Tualatin
Tumbler
Tunnel
Turkey
Turtle

Then if they added an 'r' to make the search string 'Tur' the following
populates:

Turkey
Turtle

How possible is this? Code snippets in C# or articles/tutorials would
be
greatly appreciated.
 
J

Jacek Stawicki

Uzytkownik "whihathac said:
I want to create a listbox, or preferably a checkboxlist that is
populated from a database. There will be a textbox right above that the
user can start to type in a product name and the listbox (or
checkboxlist) will populate depending on their typing.

How possible is this? Code snippets in C# or articles/tutorials would
be
greatly appreciated.


Consider using ATLAS (Ajax).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top