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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:11:17+00:00 2026-05-26T22:11:17+00:00

I have a simple page with two drop downs, one for country and one

  • 0

I have a simple page with two drop downs, one for country and one for cities in that country. When the user selects a country in the list I post the form and update the city list accordingly.

The Show button posts the same form.

I want to distinguish between a user selecting a country and clicking the Show button (different actions) what is the best way to do this?

controls

  • 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-26T22:11:18+00:00Added an answer on May 26, 2026 at 10:11 pm

    You could give your Show submit button a name:

    <button type="submit" name="show">Show</button>
    

    and then in the controller action check for the presence of the show parameter in the request. If it is present it means that the form was submitted after clicking on the Show button. For the other case you will have to use javascript and manually submit the form by either calling .submit() or using AJAX. In both cases though the show parameter will not be present in the request.

    [HttpPost]
    public ActionResult Foo(string show)
    {
        if (!string.IsNullOrEmpty(show))
        {
            // the form was submitted with the Show button
        }
        else
        {
            // ...
        }
        ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple html page that only uses PHP in two places <?php
I have a simple form on a view page, implemented as a user control,
I have a simple HTML page that contains two tabs that show/hide content in
I have a simple two-field form that stores its data in the database. For
I am setting up a simple test page in Python. I only have two
I have a simple page with images, and when the user clicks the image,
I am simply learing Ajax with jQuery and have a simple page method that
I have a simple web page that till now didn't need any login. It
I have a simple cart page that displays items that are in someones cart,
I have a very simple page with which a user uploads a file. Using

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.