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

  • Home
  • SEARCH
  • 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 4594976
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:54:15+00:00 2026-05-21T22:54:15+00:00

I have a dropdown as follows: @Html.DropDownList(studentList, myModel.GetMyList()) I have a variable that stores

  • 0

I have a dropdown as follows:

 @Html.DropDownList("studentList", myModel.GetMyList())

I have a variable that stores the selected value in javeascript.

 userID = $("#studentList> option:selected").attr("value")

However, I need to send the seleted value in c# to my controller. How can I achive that?

How do I read the selected value from the dropdown in c# or how can I “translate” the javascript value in c# varaiable?

  • 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-21T22:54:16+00:00Added an answer on May 21, 2026 at 10:54 pm

    It’s “Simple”, Create a HiddenField, and store the selected values in that, before post your data to server.

    to get the selected values try something like that:

    var myValues= new Array();
    $("#studentList> option:selected").each(function(){
        myValues.push($(this).attr('value'));
    })
    
    $('#hiddenField').attr('value', myValues.join(','));
    

    On then server-side, just have to split the string to get the values

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

Sidebar

Related Questions

I have a dropdown list that stores name/value pairs. The dropdown appears in each
Is there any way to have a dropdown in excel that will show a
I have a page which has an Html.DropDownList which takes in a viewdata parameter.
I have this MVC form with 2 dropdownlist where selection on the first dropdown
In my ASP.net MVC View I have a dropdown that I want to get
I have dropdown menu item (pin this site) that i need to hide it
I have dropdown list control in one of my application and when I add
I have a dropdown box and a literal tag inside an Update Panel. On
I have a dropdown, I have a datasource, I have AutoPostBack set to true
So, I have an autocomplete dropdown with a list of townships. Initially I just

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.