Edit not working

capri

Active member
Joined
Jun 16, 2015
Messages
42
Programming Experience
5-10
Hi,


I created a mvc web project with scaffolding that displays well in the Index page. When I edit, I do not want any of the fields in the edit page to edit. Instead, I added a textbox whose value I calculate and save the rest of the fields to the database. I cannot get this to work, as the model in the HttpPost is null. Please help.


Thanks
 
Your description is too vague. Please be specific. Show us the code for the model. Show us the code for the action. Show us the code for the view. Tell us exactly what data you have at what point.
 

Latest posts

Back
Top Bottom