Remember Username and Password
-
Can anyone give me a example? I want to remember Username and password, I don't know how to do? Regard Socheat
................
-
Can anyone give me a example? I want to remember Username and password, I don't know how to do? Regard Socheat
................
Hi, Your question is not saying anything. Not able to answer. Try in google. Thanks and Regards, Chetan Ranpariya
-
Can anyone give me a example? I want to remember Username and password, I don't know how to do? Regard Socheat
................
Where you want to remember your username and password ? In mind or somewhere else ? :)
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Can anyone give me a example? I want to remember Username and password, I don't know how to do? Regard Socheat
................
Hi Socheat If your are using .net 2.0 then go for login control. Usage of this control is explained here http://www.codeproject.com/useritems/Remember_me_next_time.asp[^] Otherwise use cookies to store username and password and next time fetch their values from there. Hope this will help you.
-
Can anyone give me a example? I want to remember Username and password, I don't know how to do? Regard Socheat
................
Claerly specify what you want to do? your question is not clear?
Regards, Satips.
-
Claerly specify what you want to do? your question is not clear?
Regards, Satips.
Am sorry, I mean that i want to use cookies, so please help me
................
-
Where you want to remember your username and password ? In mind or somewhere else ? :)
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
I mean that i use cookie to remember, but i don't know
................
-
Hi, Your question is not saying anything. Not able to answer. Try in google. Thanks and Regards, Chetan Ranpariya
I mean to i want to use cookie but I don't know
................
-
I mean that i use cookie to remember, but i don't know
................
My friend Cookies are not safe to use. If your application is not very concern about security then you can use cookies it is very simple
// to add the username and password in cookies Cookie["UserName"] = UserNameTextBox.Text; Cookie["Password"] = PasswordTextBox.Text; // Retrive string username= Cookie["UserName"]; string password= Cookie["Password"];
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
My friend Cookies are not safe to use. If your application is not very concern about security then you can use cookies it is very simple
// to add the username and password in cookies Cookie["UserName"] = UserNameTextBox.Text; Cookie["Password"] = PasswordTextBox.Text; // Retrive string username= Cookie["UserName"]; string password= Cookie["Password"];
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
So do you have any comment for me? Thanks and Regards Socheat
................