Click here to Skip to main content
15,914,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiononline exam Pin
yesu prakash3-May-07 20:45
yesu prakash3-May-07 20:45 
AnswerRe: online exam Pin
rujuc#3-May-07 20:57
rujuc#3-May-07 20:57 
QuestionRemember Username and Password Pin
Socheat.Net3-May-07 20:42
Socheat.Net3-May-07 20:42 
AnswerRe: Remember Username and Password Pin
Chetan Ranpariya3-May-07 20:55
Chetan Ranpariya3-May-07 20:55 
GeneralRe: Remember Username and Password Pin
Socheat.Net3-May-07 21:26
Socheat.Net3-May-07 21:26 
JokeRe: Remember Username and Password Pin
Sandeep Akhare3-May-07 20:56
Sandeep Akhare3-May-07 20:56 
GeneralRe: Remember Username and Password Pin
Socheat.Net3-May-07 21:21
Socheat.Net3-May-07 21:21 
GeneralRe: Remember Username and Password Pin
Sandeep Akhare3-May-07 21:47
Sandeep Akhare3-May-07 21:47 
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
<br />
// to add the username and password in cookies <br />
 Cookie["UserName"] = UserNameTextBox.Text;<br />
 Cookie["Password"] = PasswordTextBox.Text;<br />
// Retrive <br />
string username= Cookie["UserName"];<br />
string password=  Cookie["Password"];<br />
<br />


Thanks and Regards
Sandeep

If you want something you never had,
do something you have never done!


GeneralRe: Remember Username and Password Pin
Socheat.Net3-May-07 22:47
Socheat.Net3-May-07 22:47 
AnswerRe: Remember Username and Password Pin
rujuc#3-May-07 21:04
rujuc#3-May-07 21:04 
AnswerRe: Remember Username and Password Pin
Sathesh Sakthivel3-May-07 21:05
Sathesh Sakthivel3-May-07 21:05 
GeneralRe: Remember Username and Password Pin
Socheat.Net3-May-07 21:20
Socheat.Net3-May-07 21:20 
QuestionPO form (Purchase Order form) Pin
joincp3-May-07 20:33
joincp3-May-07 20:33 
QuestionPrinting another page in .net Pin
vijay_833-May-07 19:45
vijay_833-May-07 19:45 
AnswerRe: Printing another page in .net Pin
Sathesh Sakthivel3-May-07 19:50
Sathesh Sakthivel3-May-07 19:50 
GeneralRe: Printing another page in .net Pin
vijay_833-May-07 23:43
vijay_833-May-07 23:43 
GeneralRe: Printing another page in .net Pin
Sathesh Sakthivel4-May-07 1:53
Sathesh Sakthivel4-May-07 1:53 
GeneralRe: Printing another page in .net Pin
vijay_835-May-07 2:05
vijay_835-May-07 2:05 
Questionhow to take (postgres or orther database) Database backup,restore using asp.net codebehind(C#.net coding) save to client. Pin
saytinh3-May-07 18:28
saytinh3-May-07 18:28 
Questionhttp to https redirection problem Pin
JustChiragPatel3-May-07 18:27
JustChiragPatel3-May-07 18:27 
AnswerRe: http to https redirection problem Pin
Chetan Ranpariya3-May-07 21:52
Chetan Ranpariya3-May-07 21:52 
QuestionCreating MSI Pin
prathuraj3-May-07 18:17
prathuraj3-May-07 18:17 
QuestionSending Mail through ASP.NET Pin
kaushik4903-May-07 18:04
kaushik4903-May-07 18:04 
AnswerRe: Sending Mail through ASP.NET Pin
kirthikirthi3-May-07 18:35
kirthikirthi3-May-07 18:35 
AnswerRe: Sending Mail through ASP.NET Pin
Sathesh Sakthivel3-May-07 18:39
Sathesh Sakthivel3-May-07 18:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.