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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:08:09+00:00 2026-06-16T05:08:09+00:00

I have MVC3 razor application. Once I’m submitting a form and in Action i’m

  • 0

I have MVC3 razor application. Once I’m submitting a form and in Action i’m changing ViewModel content, i can’t see new values populated.

There was a topic about that in MVC2 where guys told that it may be fixed in MVC3
http://aspnet.codeplex.com/workitem/5089?ProjectName=aspnet

Can you tell if there is an option to do that or what is the better way(workaround) to update UI without JavaScript using postbacks?

Action:

[HttpPost]
public ActionResult Index(MyViewModel model)
{
    model.Value = "new value"
    return View("Index", model);
}

UI:

@Html.HiddenFor(x => x.Value)

ViewModel:

public class MyViewModel
{
   public string Value { get;set; }
}
  • 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-16T05:08:11+00:00Added an answer on June 16, 2026 at 5:08 am

    Looks like it’s using the ModelState values that were posted.

    If you clear the ModelState using ModelState.Clear() the new value you set should be in the hidden field.

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

Sidebar

Related Questions

I have a Razor/ASP/MVC3 web application with a form and a Submit button, which
I have an ASP.NET MVC3 web application with C# and Razor. Through a form
In my MVC3 (Razor) application i have a page which contains a form. @using
I am working on a MVC3 razor application. I have created a error Handling
I am working on an MVC3 application using the Razor syntax and I have
I have a action link on my MVC3 razor view. Which have a action
I have online form builder appplication in ASP.NET MVC3 with Razor views. It is
I have a application on asp.net mvc3 and working in a razor view. On
MVC3 VB.NET Razor view Application... I have a view that uses a for each
Here's the issue at hand: I have developed an ASP.NET MVC3 application using Razor.

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.