5
Answers

How to retain textbox values after post back in mvc

Photo of Mark Tabor

Mark Tabor

8y
10.1k
1
I have a strongly type view and in which i have four textboxes and this view is strongly typed view i am using textboxfor(model.property) when i click the submit button it clears the form i want to persists the form do not clear the textboxfor values how to acheive that i mvc.

Answers (5)