How to restrict the Page refresh in Asp.net Mvc 4
I have implemented login page in mvc 4 but while validating whole page is refreshing so what is the best way to implement the validations ,can any one tell the solution??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vincent Maverick DuranoPosted Apr 27, 2015, 8:27 AM
You could also use AJAX (eg jQuery AJAX) to perform custom validation on the page without refreshing the browser
For example: http://www.binaryintellect.net/articles/51a057aa-dd50-435c-96a1-31b1fc43b9d6.aspx
Usha RajPosted Apr 27, 2015, 6:15 AM
Tom MohanPosted Apr 27, 2015, 4:41 AM
Usha RajPosted Apr 27, 2015, 2:58 AM
Tom MohanPosted Apr 27, 2015, 2:08 AM