Using textbox with AJAX toolkit autocomplete control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have hooked up a textbox to an autocomplete extender control and it seems to work fine with me restricting what is displayed as the user types via a web method in the code behind. I am using the CreateAutoCompleteItem key value pairs method. I have also created an OnClientItemSelected event which can update the value of a hidden field. The problem I have is when the user might want to retrieve a record and I want the textbox to display the correct value when the page loads. If possible making my textbox have key value pairs, etc. Can anybody please suggest a way? Thanks