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 starts with Joh with check box after selecting John, John David, John Edward from popup, the selected values has to be appear in text box like, John, John David, John Edward.
can I have the code for this in c#