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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:29:54+00:00 2026-05-26T13:29:54+00:00

I have a weird(maybe?) situation where my main page updates Prefixes and after the

  • 0

I have a weird(maybe?) situation where my main page updates Prefixes and after the user click the “button” I want the c# code to update the dropdownlist which is on another page.

Problem is the DDL is on another page so I can’t reference the DDL ID which is:

<asp:DropDownList ID="PrefixID"</asp:DropDownList> 

I used to have a DDL on the main page where the button was and it worked there but I decided to seperate the DDL to another page for a less cluttered interface.

@Chris – I enter in a Prefix like HJG and click the button to add it to a list like in an array. Yeah the Prefixes are stored in a DB. The prefixes are populated in a DDL on another page.

  • 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. Editorial Team
    Editorial Team
    2026-05-26T13:29:54+00:00Added an answer on May 26, 2026 at 1:29 pm

    Only one page exists at a given moment during the serving of the user request. So I suppose that in the click handler of the button you are redirecting to the other page. And when redirecting you could send values as query string parameters:

    Response.Redirect("~/otherpage.aspx?someParam=someValue");
    

    and then in the Page_Load of the other page read the query string parameter value:

    var value = Request["someParam"];
    

    and update the dropdown list which exists on this page accordingly.

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

Sidebar

Related Questions

I have a weird question. After profiling my code several times with NYTProf. I
I have a weird data model situation to start with, so maybe my whole
I have a weird deadlock situation. After attached visual studio. I saw 3 threads
I have a weird requirement on xml serialization. Refer the following C# code (which
Maybe my question might seem a bit weird, but I have an activity in
I have a weird problem with my code as the compiler generates code which
I'm currently working on styling a TabControl, and have a maybe weird idea :
I have run a weird problem. Maybe someone here can help me. My SQL
I have experienced a weird problem with javascript. The problem page uses some jQuery
I'm in a very weird situation where my code works on my desktop but

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.