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 94091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:26:50+00:00 2026-05-10T23:26:50+00:00

This is a puzzle for me, I am able to get three DropDownLists to

  • 0

This is a puzzle for me, I am able to get three DropDownLists to behave like a cascade (it fetches the correct data) but where I run into problem is where I try to set the value for the dropdownlist based on the value of the querystring.

Only the first dropdownlist seems to take it’s value from the querystring. The other two does not. In fact the 3rd DropDownlist will also exhibit the error below (it almost looks like the control isn’t bound yet:

'ddlStation' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value 

FYI, here is the portion that sets the DropDownList in the Page_Load event:

// see if there is any querystring and set dropdownlist accordingly                 if (Request.QueryString['cell'] != null)                 {                     ddlCell.SelectedValue = Request.QueryString['cell'].ToString();                     if (Request.QueryString['subcell'] != null)                     {                         ddlSubCell.SelectedValue = Request.QueryString['subcell'].ToString();                         if (Request.QueryString['station'] != null)                         {                             ddlStation.SelectedValue = Request.QueryString['station'].ToString();                         }                     }                 } 

Any help is appreciated!

  • 1 1 Answer
  • 0 Views
  • 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-10T23:26:50+00:00Added an answer on May 10, 2026 at 11:26 pm

    You can only set the SelectItem/Value/Text after databinding has happened.

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

Sidebar

Related Questions

I recently ran across this puzzle, was finally able to struggle out a hacky
I faced this puzzle question[ related to data structure ] in a coding competition.
On this page http://equals.lsri.nottingham.ac.uk/puzzle/create , if you type something into an input and then
This is a follow up of this question: Puzzle - How to 'colorify' part
I am getting this error as part of this larger puzzle here . var
I'm trying to solve this newbie puzzle: I've created this function: def bucket_loop(htable, key):
This question is related to How the yin-yang puzzle works? . The yin yang
Hey guys this is a bit of a homework puzzle I'm working on and
I'm having a puzzle contest with my friends, and I'm stuck on this problem:
This really puzzled for hours, I searched all over the internet, but got no

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.