How to make Username password page ???
-
i want to make login page like yahoo >>> https://login.yahoo.com/config/mail?.intl=us FOR MULTIPLE USERS can i do that with asp.net?? ----------------------------- As every 1 know that there are millions of users on yahoo.... i just want to make page which goes just like ...... EXAMPLE #1: username = abc password = abc if both are right ther forward the page to URL "a.html" else alert "sorry cannot login..Username or password is wrong" ---------------------------------------------------------------------- EXAMPLE #2: username = xyz password = xyz if both are right ther forward the page to URL "x.html" else alert "sorry cannot login..Username or password is wrong" THIS SHOULD BE FOR 100 USERS plzzz help me its very urgent
-
i want to make login page like yahoo >>> https://login.yahoo.com/config/mail?.intl=us FOR MULTIPLE USERS can i do that with asp.net?? ----------------------------- As every 1 know that there are millions of users on yahoo.... i just want to make page which goes just like ...... EXAMPLE #1: username = abc password = abc if both are right ther forward the page to URL "a.html" else alert "sorry cannot login..Username or password is wrong" ---------------------------------------------------------------------- EXAMPLE #2: username = xyz password = xyz if both are right ther forward the page to URL "x.html" else alert "sorry cannot login..Username or password is wrong" THIS SHOULD BE FOR 100 USERS plzzz help me its very urgent
-
-
Hi, Put 2 textboxes on ur aspx page. 1st for username and 2nd for password. Put 1 Label control to show error message. Put 1 button also. On the click event event of the button write code which compares values from the textboxes to the values in ur datasource like sql server, xml file or MS - Access or MYSQL. If the values are correct then redirect the user to the desired page otherview set Label's text property to the error message "Username/Password is not correct". I hope this is fast enough. I hope this will help you.
Thanks and Regards, Chetan Ranpariya
-
Hi, Put 2 textboxes on ur aspx page. 1st for username and 2nd for password. Put 1 Label control to show error message. Put 1 button also. On the click event event of the button write code which compares values from the textboxes to the values in ur datasource like sql server, xml file or MS - Access or MYSQL. If the values are correct then redirect the user to the desired page otherview set Label's text property to the error message "Username/Password is not correct". I hope this is fast enough. I hope this will help you.
Thanks and Regards, Chetan Ranpariya
'Let him Try . Please don't give him any code. Then only he will know how to code.
Regards, Satips.:rose:
-
i want to make login page like yahoo >>> https://login.yahoo.com/config/mail?.intl=us FOR MULTIPLE USERS can i do that with asp.net?? ----------------------------- As every 1 know that there are millions of users on yahoo.... i just want to make page which goes just like ...... EXAMPLE #1: username = abc password = abc if both are right ther forward the page to URL "a.html" else alert "sorry cannot login..Username or password is wrong" ---------------------------------------------------------------------- EXAMPLE #2: username = xyz password = xyz if both are right ther forward the page to URL "x.html" else alert "sorry cannot login..Username or password is wrong" THIS SHOULD BE FOR 100 USERS plzzz help me its very urgent
Are you a Student or Developer. Do you want us to do your work?
Regards, Satips.:rose:
-
Are you a Student or Developer. Do you want us to do your work?
Regards, Satips.:rose:
-
ya im student i was thinking about yahoo , microsoft i wanted to know how do they do it?:^)
Did you go through the Link refered by Chetan Ranpariya. there are lot of examples and with the help of that try to implement the Login control. If you face any error tell us we are here to help you.
Regards, Satips.:rose: