Auto Complete TextBox
-
Hi all I want to put a auto complete action for my Textbox The data shd come from database I coded with javascript but the javascript not accepting the DB values Thx In advance Keerthi
-
Hi all I want to put a auto complete action for my Textbox The data shd come from database I coded with javascript but the javascript not accepting the DB values Thx In advance Keerthi
If you are using VS2005, you have this control comes with AJAX toolkit.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
If you are using VS2005, you have this control comes with AJAX toolkit.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Thx for reply I am using 1.1 ver Is there any idea in 1.1 Keerthi
-
Thx for reply I am using 1.1 ver Is there any idea in 1.1 Keerthi
kirthikirthi wrote:
Is there any idea in 1.1
You need to write AJAX code and call it on keyup event for textbox. Create a div element on fly and show the results there. It will look like a autocomplete. If you are not at all familiar to write AJAX code check this[^] to get a starting,
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions