Take 2 labels,textboxes and a button.........
change the name of button and label using "text" property of the controls...
in the button click event write the code..
if you write "admin" in both textboxes at the time of execution then you are a authorized user else
it display invalid user name or password.
change the name of button and label using "text" property of the controls...
in the button click event write the code..
if you write "admin" in both textboxes at the time of execution then you are a authorized user else
it display invalid user name or password.
Response.Write is used to display the value or data on the web page.
No comments :
Post a Comment