Autocomplete textbox in asp.net1.1
-
hi all i need a usercontrol of autocomplete textbox. the data of that autocomplete textbox comes from sql server table. cud anyone give suggestions on it that how to do this.
Er. Jagwinder Singh
-
hi all i need a usercontrol of autocomplete textbox. the data of that autocomplete textbox comes from sql server table. cud anyone give suggestions on it that how to do this.
Er. Jagwinder Singh
Use AJAX and show your results in a DIV. You have to get new results when user types in the textbox. Handle OnKeyPress event and send AJAX calls to the server.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
hi all i need a usercontrol of autocomplete textbox. the data of that autocomplete textbox comes from sql server table. cud anyone give suggestions on it that how to do this.
Er. Jagwinder Singh