How to retain textbox values after post back in mvc
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.
Bryian TanPosted Mar 4, 2017, 12:22 PM
Mark TaborPosted Mar 4, 2017, 9:13 AM
@TempData["Success"]
Mark TaborPosted Mar 4, 2017, 6:07 AM
TheTexting SMS GateWay Demo
Note: all the fields with (*) are required fields.
Number must be international format like for USA : 13306807200 (where prefix 1 is USA country dialing code)
Ramesh PalanivelPosted Mar 4, 2017, 5:33 AM
Mark TaborPosted Mar 4, 2017, 5:01 AM