Relative Content

Tag Archive for c#asp.net-coreasp.net-core-mvcrazor-pages

Form Not Updating with Correct Model Value After Postback

I’m working on an ASP.NET Core 8 project where I have an AddOrUpdate method to either add a new entry or update an existing one. However, after submitting the form and successfully saving the data, the hidden input field for the Id is not displaying the updated value, even though the result.Data.Id is greater than 0.