Autocomplete Textbox through listbox value in .net 2.0
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I want to autocomplete the textbox value according to the listbox items in .net 2.0. Please give me an idea to implement this. Thanks.
Do you mean you want somone to click on the listbox and then the value from the listbox appears in the textbox? If so this is fairly simple as you just set the listbox to AutoPostBack = True and on the Postback take the selected value and put it in the textbox.
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
Hi, I want to autocomplete the textbox value according to the listbox items in .net 2.0. Please give me an idea to implement this. Thanks.
You should check ASP.NET AJAX Autocomplete extender[^]
Hesham A. Amin My blog