Dropdown Textbox in asp.net
-
Hi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu
-
Hi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu
I think AJAX toolkit has such a control. Have you checked ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu
Check this out http://www.codeproject.com/KB/ajax/AJAXAutoSuggest.aspx[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Hi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu
Hi If u want to do it asynchronously then u can use AJAX and if u dont mine if page get post back then on textchanged event use ilke query and retrieve data from database using text in text box. Regards. Rahul.
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
I think AJAX toolkit has such a control. Have you checked ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
anujose wrote:
No
Why? Have you tried this link? ASP.NET Ajax - Autocomplete Example[^]
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)