I have one text box for name,and one dropdown when I enter 'bo' then dropdown fills from database.values are 1)bob 2)bobby 3)Bony etc exists in db. Now my requirement is given below.
I want the name drop-down field expand automatically to show all my matches to what has been entered in the name field. e.g. If I am entering just ‘bo’ in the name field actually 6 names but only the first is shown unless the user actually clicks the drop-down, so they sometimes assume that that is the only name that matches and don’t bother clicking to see if there are others.
I need Expandable drop down in ASP. Pls. help me urgently.
I want the name drop-down field expand automatically to show all my matches to what has been entered in the name field. e.g. If I am entering just ‘bo’ in the name field actually 6 names but only the first is shown unless the user actually clicks the drop-down, so they sometimes assume that that is the only name that matches and don’t bother clicking to see if there are others.
I need Expandable drop down in ASP. Pls. help me urgently.
Comment