I have designed login page with html. if i enter credentials if it doesn't match against database then it should show error message in login page like invalid email or password.(no pop up). for this should i code in html or in back end. please provide me code.
And if credentials match it should redirect to next page is landing page how to show welcome message with firstname lastname(already stored in thee databse) using html code.?
Venkatesh K HPosted Nov 11, 2016, 8:44 AM
Pradeep SahooPosted Nov 11, 2016, 1:15 AM
Manas MohapatraPosted Nov 11, 2016, 1:02 AM
Bikesh SrivastavaPosted Nov 11, 2016, 12:19 AM
ali tuncerPosted Nov 10, 2016, 11:23 PM
you need to connect to database, do validation in backend, check this article
http://www.c-sharpcorner.com/uploadfile/rohatash/simple-user-login-in-asp-net-using-c-sharp/