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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:03:09+00:00 2026-05-25T18:03:09+00:00

ERROR TYPE: Output false false false for @Html.EditorFor(model => model.Items) Expected Result: Listbox with

  • 0

ERROR TYPE: Output false false false for @Html.EditorFor(model => model.Items)

Expected Result: Listbox with the name of users.

ViewModel

public class NewVariance
    {
        MVRLinqDataContext LinqCtx = new MVRLinqDataContext()
        public NewVariance()
        {
            IndividualsObjectTest();//load data dropdown and listbox data
        }

        public MultiSelectList Items { get; set; }

        //loads the values of the MultiSelectList above
        public void IndividualsObjectTest()
        {
            var IndividualsDropDownList =
                        (
                        from x in LinqCtx.ViewIndividualDropDownBoxes
                        orderby x.FullName
                        select x);

               Items = new MultiSelectList
              (
                IndividualsDropDownList as 
System.Collections.IEnumerable, "First_Hospital_Case_Nbr", "FullName"

              );

        }

Controller

public class NewVarianceController : Controller
    {
        public ActionResult Index()
       {
              var model = new NewVariance();
              return View(new model);
        }

    }

View

@Html.ListBox("d",Model.Items)   THIS WORKS 
    @Html.EditorFor(model => model.Items) THIS DOESNT WORK OUTPUTS FALSE FALSE FALSE 
  • 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-25T18:03:10+00:00Added an answer on May 25, 2026 at 6:03 pm

    An editor template simply renders some default output based on the property type. You need to personalize it if you expect to do something useful. You can read more about templated helpers on this blog post. You cannot expect that a default editor template would know that you want it to render a listbox for this given property. So you could write a custom editor template and personalize this behavior.

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

Sidebar

Related Questions

I keep getting the error: Type was not found or was not a compile-time
when I apply the tag above my methods I get the error Type System.Runtime.CompilerServices.Extension
I get the following compilation error with the following source code: Compilation Error: Type
I get an incomplete type error when trying to compile my code. I know
I'm helping a colleague develop a catch all type error handler for some controls
Why would the following query return Error converting data type varchar to bigint? Doesn't
I seem to be getting a type mismatch error when trying to do something
The problem exists in my editme.aspx page. Error 1 The type 'editme' already contains
In the following code, I get a compile time error: ByRef Argument type mismatch.
Here is the error: System.TypeInitializationException: The type initializer for 'NHibernate.Cfg.Environment' threw an exception. --->

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.