Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 100325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:33:28+00:00 2026-05-11T00:33:28+00:00

I have a web page where the user will enter their address. They will

  • 0

I have a web page where the user will enter their address. They will select their country and region in cascading drop down lists. I would like to provide an auto completing textbox for their city, but I want to be context sensitive to the country and region selections. I would have just used another cascading drop down list, however the number of cities exceeds the maximum number of list items.

Any suggestions or cool code spinets out there that may help me out?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:33:29+00:00Added an answer on May 11, 2026 at 12:33 am

    I just found the following blog post that looks at least close to what you want.

    They manage it using the following javascript functions:

        function initCascadingAutoComplete() {         var moviesAutoComplete = $find('autoCompleteBehavior1');         var actorsAutoComplete = $find('autoCompleteBehavior2');         actorsAutoComplete.set_contextKey(moviesAutoComplete.get_element().value);         moviesAutoComplete.add_itemSelected(cascade);          // setup initial state of second flyout         if (moviesAutoComplete.get_element().value) {             actorsAutoComplete.get_element().disabled = false;         } else {             actorsAutoComplete.get_element().disabled = true;             actorsAutoComplete.get_element().value = '';         }     }      function cascade(sender, ev) {         var actorsAutoComplete = $find('autoCompleteBehavior2');         actorsAutoComplete.set_contextKey(ev.get_text());         actorsAutoComplete.get_element().value = '';         if (actorsAutoComplete.get_element().disabled) {             actorsAutoComplete.get_element().disabled = false;         }     }        Sys.Application.add_load(initCascadingAutoComplete); 

    Calling the cascade function on the add_itemSelected method of the parent control for the cascading behaviour.

    They cascade the contents of one auto complete extender into another, rather than taking a cascading drop down list, but hopefully you can reuse some of the ideas.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple web page in which the user will enter some information
I have an asp.net web page (C# 2008) where the user would enter an
I have a tag field in my web page, in which user can enter
I have a requirement from a user to have a web page where they
new on rails and using windows for now,, i have web page that user
I have a web page that prompts for user input via DropDownLists in some
I have a web page that uses three controls to allow a user to
I have a list of items on my web page that the user can
I use webforms/masterpage, with .NET. I Have many Web User Controls into my page.
I have a user profile page on my web app which has contact information.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.