Hi
I have a view in mvc and I want that my page should not reload. I tried everything it is reloading again and again. May I know how can I stop it. I am attaching my code.
this is the view
@Html.EditorFor(model => model.password1, new { htmlAttributes = new { @class = "form-control", @placeholder = "Enter Uniphar Pharmacy Password", @required = "required" } })
@Html.EditorFor(model => model.accountNumber2, new { htmlAttributes = new { @class = "form-control", @placeholder = "Enter United Drug Pharmacy Account Number" } })
@Html.EditorFor(model => model.password2, new { htmlAttributes = new { @class = "form-control", @placeholder = "Enter United Drug Pharmacy Password" } })
@Html.EditorFor(model => model.accountNumber4, new { htmlAttributes = new { @class = "form-control", @placeholder = "Enter EuroDrug Pharmacy Account Number" } })
When I am clicking
it is reloading the page I want to restrict it. Any suggestions
Gunjan MananPosted Jul 6, 2016, 11:22 AM
Afzaal Ahmad ZeeshanPosted Jul 6, 2016, 10:27 AM
Gunjan MananPosted Jul 6, 2016, 10:23 AM
Afzaal Ahmad ZeeshanPosted Jul 6, 2016, 9:56 AM
Gunjan MananPosted Jul 6, 2016, 9:43 AM
Afzaal Ahmad ZeeshanPosted Jul 6, 2016, 9:29 AM
Gunjan MananPosted Jul 6, 2016, 9:21 AM
Afzaal Ahmad ZeeshanPosted Jul 6, 2016, 9:04 AM
Gunjan MananPosted Jul 6, 2016, 5:28 AM
Afzaal Ahmad ZeeshanPosted Jul 5, 2016, 3:27 PM