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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:19:47+00:00 2026-06-11T10:19:47+00:00

I have the following code: @Html.EditorFor(model => model.NoteRateGreaterThan, null, advSearchInput, null) The problem is

  • 0

I have the following code:

@Html.EditorFor(model => model.NoteRateGreaterThan, null, "advSearchInput", null)

The problem is that when a post is done the value i entered for “NoteRateGreaterThan” is not being populated in the model that is sent to the controller. However when I change it back to:

@Html.EditorFor(model => model.NoteRateGreaterThan) 

it works.

I need to be able to use the first code because i need to be able to change the width of the ‘editorfor’ input and from my research the only way to do this is through css (‘advSearchInput’ is the class)
Any ideas?

  • 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-06-11T10:19:48+00:00Added an answer on June 11, 2026 at 10:19 am

    I’m not sure what you think your first example does, but it’s not that. EditorFor does not have the ability to specify Html attributes, such as class. You must use a more basic method, like Html.TextBoxFor.

    The third parameter to EditorFor is htmlFieldName, which is used to disambiguate when you have duplicate element ID’s.

    That’s why your field isn’t being populated, because you are changing the name.

    EDIT:

    As of MVC 5.1, EditorFor now allows you to pass html attributes via the follow syntax:

    @Html.EditorFor(model => model.Foo, new { htmlAttributes = new { @class = "whatever" }})
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: HTML <div id='foo'> <input type='checkbox' value='english' name='bar[english]' /> <input
I have the following code in html: <select> <option text=item9 value=9></option> <option text=item10 value=10></option>
In my view I have the following code: @using (Html.BeginForm()) { @Html.TextBox(Date2, Model.Date2) <br/>
I have the following html code: I saw that for Watir-webdriver the Watir::Image.file_size method
I have the following razor code: <form id=logon action=/security/dev method=get> @Html.AntiForgeryToken() @Html.EditorFor(x => x.UserName)
In my view file I current have the following code: @if ((Model.CustomerOrderTrackings != null)
I have following html code <input type=button id =b1 value=Click me onclick=msg() /> <input
I have following code @using (Html.BeginForm()) { @Html.DropDownListFor(m => m.IDs, new SelectList(Model. IDs), Model.SelectedID)
I have the following Razor code: <td> <div class=editor-label> @Html.LabelFor(model => model.AccountCode) </div> </td>
I have the following code in HTML and wanted to replace them using javascript

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.