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

The Archive Base Latest Questions

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

I have the dropdowns in my Create() View working perfect. But in the Edit()

  • 0

I have the dropdowns in my Create() View working perfect.

But in the Edit() View I can’t get the Data that was submited during the Create() to show up in DropDowns with the Value enterened upon Create()

I just have textboxs in place at the moment And would really like to have Data Represented in a dropdown for easy selection.

Here is one example:

Create() View – One dropdown is for EmployeeTypes, and stores selected to EmployeeTypeId

Now How do I get that to show up in the Edit() View as the same dropdown, but with Value of EmployeeId already selected?


I have a EmployeeViewModel for the Create() View

But I am just passing the model directly into the Edit() View

Should I create some kind of Employee “partial class” for the Edit() View? to handle the IEnumerable Lists?

and set:

var employeeTypes = context.EmployeeTypes.Select(et => new SelectListItem
            {
                Value = et.EmployeeTypeId.ToString(),
                Text = et.Type.ToString()
            });

Or should I pass them in as ViewData?

If so how to do you pass a List in as ViewData and get it to display as an @Html.DropDownList with the Value passed in from the @Model as the defualt value?

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

    I ended up implimenting this way, and it worked like a dream.

    Controller Code:

     SelectList typelist = new SelectList(context.CompanyType.ToList(), "CompanyTypeId", "Type", context.CompanyType);
                ViewData["CompanyTypes"] = typelist;
    

    View Code:

    @Html.DropDownList("CompanyTypeId", (IEnumerable<SelectListItem>) ViewData["CompanyTypes"])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a viewmodel class for a create view that consists of 2 properties
I have an Task creation - View - Edit page. Once I create the
I have a MVC view that contains some dropdowns like this : <%: Html.DropDownListFor(model
I have a MVC3 view that enables the user to create a couple different
I have a partial view that has something like this <%= Html.DropDownListFor(m => m.SelectedProductName,
I have following code in my MVC2 view: <tr class=edit style=display:none> <td> <%= Html.DropDownList(drpFields,
I have following code in my MVC2 view: <tr class=edit style=display:none> <td> <%= Html.DropDownList(drpFields,
I have added selectionDidChange event for my Ember.Select, but when my view loads it
I have a view that is strongly typed to a view model which contains
I have an attendance table that displays how I want it to display 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.