Click here to Skip to main content
15,913,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to deal with Remeber me Option during login to site Pin
Rameez Raja18-Oct-08 21:36
Rameez Raja18-Oct-08 21:36 
AnswerRe: How to deal with Remeber me Option during login to site Pin
elektrowolf18-Oct-08 22:49
elektrowolf18-Oct-08 22:49 
AnswerRe: How to deal with Remeber me Option during login to site Pin
Abhijit Jana19-Oct-08 2:38
professionalAbhijit Jana19-Oct-08 2:38 
GeneralRe: How to deal with Remeber me Option during login to site Pin
Rameez Raja19-Oct-08 17:15
Rameez Raja19-Oct-08 17:15 
GeneralRe: How to deal with Remeber me Option during login to site Pin
sumit703419-Oct-08 18:09
sumit703419-Oct-08 18:09 
GeneralRe: How to deal with Remeber me Option during login to site Pin
Abhijit Jana19-Oct-08 20:01
professionalAbhijit Jana19-Oct-08 20:01 
GeneralThanks Pin
sumit703419-Oct-08 22:03
sumit703419-Oct-08 22:03 
AnswerRe: How to deal with Remeber me Option during login to site Pin
N a v a n e e t h19-Oct-08 18:32
N a v a n e e t h19-Oct-08 18:32 
"Remember me" is implemented by using cookie. When user chooses "Remember me" option, you need to set a cookie with a value which can identify the user. You can set user's id or login id. But make sure the value is encrypted as cookies can be easily changed since it is stored in the client machine. When page loads, check for cookie existance. Read the cookie value and create session for that.


QuestionTabcontainer: ".aspx" page for each tab (like ie or firefox), is this impossible? Pin
BlackDice18-Oct-08 8:12
BlackDice18-Oct-08 8:12 
QuestionHow can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT18-Oct-08 5:01
JUNEYT18-Oct-08 5:01 
AnswerRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa19-Oct-08 15:47
Guffa19-Oct-08 15:47 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT19-Oct-08 22:41
JUNEYT19-Oct-08 22:41 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa20-Oct-08 0:57
Guffa20-Oct-08 0:57 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT20-Oct-08 1:08
JUNEYT20-Oct-08 1:08 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa20-Oct-08 3:15
Guffa20-Oct-08 3:15 
QuestionDrop-Down Filter List for a DataGridView Column Pin
nandhububbly18-Oct-08 3:52
nandhububbly18-Oct-08 3:52 
AnswerRe: Drop-Down Filter List for a DataGridView Column Pin
Sathesh Sakthivel18-Oct-08 4:09
Sathesh Sakthivel18-Oct-08 4:09 
QuestionFILLING 2 TEXTBOX at same time ??? Pin
Karan_TN18-Oct-08 1:39
Karan_TN18-Oct-08 1:39 
Questionusing skins of your own made Pin
Alok Sharma ji18-Oct-08 1:21
Alok Sharma ji18-Oct-08 1:21 
AnswerRe: using skins of your own made Pin
Abhijit Jana18-Oct-08 4:09
professionalAbhijit Jana18-Oct-08 4:09 
Questionjavascript function to check value present in gridview or not Pin
Learning IT18-Oct-08 1:07
Learning IT18-Oct-08 1:07 
Questionjavacsripr problem of text box Pin
raghvendrapanda18-Oct-08 0:35
raghvendrapanda18-Oct-08 0:35 
AnswerRe: javacsripr problem of text box Pin
Abhijit Jana19-Oct-08 0:25
professionalAbhijit Jana19-Oct-08 0:25 
AnswerRe: javacsripr problem of text box Pin
Perspx19-Oct-08 1:03
Perspx19-Oct-08 1:03 
Questiondisabling BACK & FORWARD buttons of the browsers. Pin
248912817-Oct-08 21:57
248912817-Oct-08 21:57 

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.