how to give username and password default in asp.net without
how to give username and password default in asp.net without backend
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.
Munesh SharmaPosted Apr 1, 2014, 3:36 AM
if( textusername == munesh && textpassword ==1234)
{
responce.redirect("anotherpage.aspx");
}
else
{
lable1.text("username or password incorrect");
}