Hello Everyone,
I am creating a simple login page with form submit action. But I want to display loading image when clicked on the Login button.
I did it in other pages inside Ajax Javascript functions. But this login page is based on form submit action. So there is a javascript function where I can write this code.
Please find the code below :
@using (Html.BeginForm("Login", "Account", FormMethod.Post, new { @id = "LoginForm", returnurl = ViewBag.returnurl }))
{
person
lock
}
Thanks in advance
Vivek KumarPosted Mar 15, 2019, 4:55 PM
Jignesh KumarPosted Mar 15, 2019, 7:29 AM
Salman BegPosted Mar 15, 2019, 6:51 AM