give-me-the-codez

Give Me The Code for an ASP.NET TextBox with Suggestions

here is the scenario, I have text box, if I type few characters in text box, a popup should open which should have list of values matches my text box entry from DB with check box. after selection of the values from popup, the selected values has to be in text box with delimiters. type Joh in text box, the popup should have all the Names...