I don't know if this is possible or not. What I want to do is add dynamic values to textbox's auto complete.
For example, I have textBox1 and I input "myUserName" and then press submit button then the page refreshes. When I type "m" to textBox1, just below the textBox1, the intellisense or auto complete turn up and the value "myUserName" is showing.
So my question is how do I add data to textBox1's auto complete. Is it possible? If yes please tell me how. Thanks in advance.