I have a textbox... i want to display a list of "choices" like in google or yahoo, as the user types in some keys.... Very crudely i got it workin by havin a list<string> storing all values, then using regular expression to match it with input... THe drawback here is i use : textbox :TextChanged(ob ject sender, EventArgs e) event ... which fires on sever postback,... i want it to be dynamic...
Thanks in advance
Thanks in advance
Comment