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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:02:04+00:00 2026-05-27T15:02:04+00:00

I used this to override framework generated id @Html.EditorFor(model => model.cost, new { id

  • 0

I used this to override framework generated id
@Html.EditorFor(model => model.cost, new { id = "checkCost" })
But unfortunately id is not changing. i.e
When i use
string d = Request.Form["checkCost"];

at controller action then string filled with null value.
WHY?? I also replaced EditorFor with TextBoxFor but nothing changed then also controller takes cost as ID

<td >
        @Html.DropDownList("check_master", "--select package--")
    </td>
    <td >
        @Html.EditorFor(model => model.check_name)
        @Html.ValidationMessageFor(model => model.check_name)
    </td>
    <td >
        @Html.EditorFor(model => model.cost, new { id ="checkCost" })
        @Html.ValidationMessageFor(model => model.cost)
    </td>

Updated:

  • This is my partial view and my main view(rendering partial from ajax.actionLink) also hold a EditorFor(model=>mode.cost)
  • Partial view is strongly typed to Check_master table and main view is strongly typed to package_master where both entitySet hold same name property i.e “COST” Secondly both partial and main view hold EditorFor “cost”

    I tried to change the name of check_master property like by

  • [Column(“check_cost”)]

public Nullable cost { get; set; }
But dont know why this is not working i.e property naem is not changing while referring it like

model.something 
  • 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-27T15:02:05+00:00Added an answer on May 27, 2026 at 3:02 pm

    Create 2 view models with properties CheckCost and PackageCost that way there’s a seperation:

    public class CheckViewModel{
       public string CheckCost{get;set;}
    }
    
    public class PackageViewModel{
       public string PackageCost{get;set;}
    }
    

    This way avoid conflicts.

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

Sidebar

Related Questions

One of our developers used this call: TzSpecificLocalTimeToSystemTime() but unfortunately we cannot keep it
I used this guide on Apple's website to enable PHP on my computer but
I have used this in my HTML: <q> Hai How r u </q> Which
Has anyone used this plugin? I don't know if my setup is right, but
I have used this code for extracting urls from web page.But in the line
I am having trouble changing the connection string used by entity framework code first
Till this moment I used this method to invoke: public string AddText { set
I used this code to print the current page: <form> <input type=button value=Print onClick=window.print();
In my project i used this below function public function createIconMenu():NativeMenu{ var iconMenu:NativeMenu =
Example: If I used this, where does the iPhone store the file? if (![NSKeyedArchiver

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.