make a relation between two Ajax autocomplete textboxes
-
Hi everyone, I have two Ajax autoComplete textboxes. One textbox is used to list out 'states' Another one is used to list out the state related 'cities'. When I select a particular state in the first autocomplete text box, the state related cities should be displayed in the second autocomplete textbox. Please help me to make relation between two ajax auto complete textboxes. Thanks in Advance, J. Mohan.
J. Mohan
-
Hi everyone, I have two Ajax autoComplete textboxes. One textbox is used to list out 'states' Another one is used to list out the state related 'cities'. When I select a particular state in the first autocomplete text box, the state related cities should be displayed in the second autocomplete textbox. Please help me to make relation between two ajax auto complete textboxes. Thanks in Advance, J. Mohan.
J. Mohan
I think you would be better using the cascading dropdown and populating the dropdowns depending on which state they choose http://www.asp.net/ajax/ajaxcontroltoolkit/samples/CascadingDropDown/CascadingDropDown.aspx
We are not a Code Charity