3,597 questions
I solved the issue by using ModelState.Clear(); at the controller before returning the view.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi.. my model have data as you see at below image.. but why my screen not showing the latest value? How I know it is not updated is by returning different value. Before post, DESCR is MANDARIN, I purposely return DESCR is ENGLISH to confirm that the textbox is not refreshed..
Below is how I pass the record..
I solved the issue by using ModelState.Clear(); at the controller before returning the view.