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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:08:20+00:00 2026-05-31T08:08:20+00:00

I got a question concerning a DropDownList with a selected value. @Html.DropDownListFor(m => m.weekForEachDayService[6].serviceId,

  • 0

I got a question concerning a DropDownList with a selected value.

    @Html.DropDownListFor(m => m.weekForEachDayService[6].serviceId, new SelectList    (ViewBag.DayService, "Value", "Text"))

As you can see I have a service that is related to a week with a table weekForEachService.

When I run this it never uses the serviceId inside the SelectList.

    @Html.DropDownListFor(m => m.weekForEachDayService[6].serviceId, new SelectList    (ViewBag.DayService, "Value", "Text",m => m.weekForEachDayService[6].serviceId))

I also tried something like this but then I get the Error message cannot convert type lambda to object. Usually when I use a DropDownList it automatically selects the correct value, but with this related table I think it’s necessary to put the selected value in the list.

Thanks you for helping

  • 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-31T08:08:21+00:00Added an answer on May 31, 2026 at 8:08 am

    Since the lambda expression that you are using is complex and involves array indexers the DropDownListFor helper cannot determine the selected value. It only works with simple property access lambda expressions.

    In this case you could pass the selected value as 4th argument to the SelectList constructor, like this:

    @Html.DropDownListFor(
        m => m.weekForEachDayService[6].serviceId, 
        new SelectList(
            ViewBag.DayService, 
            "Value", 
            "Text",
            Model.weekForEachDayService[6].serviceId
        )
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a question concerning fields in databases which are measures that might be
I've got a question concerning nasm and its linkage to C++. I declare a
I am working on new website and I got question. Should I change style
I've got a simple question concerning the implementation of matrix multiplications. I know that
I've got a question concerning ajaxSetup . When the script starts, I define the
I've got a question concerning the creation of two plots in a row, using
Here I've got a question concerning releasing update of the application in app store.
I've got a question concerning C programming.It is concerning binary files.In my code I(at
I've got a question concerning hosting for a high traffic rails application. The thing
I'm working on kernel design, and I've got some questions concerning paging. The basic

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.