Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 10, 2012 07:54 AM by Smadhu
All-Star
35986 Points
6550 Posts
May 07, 2012 08:23 AM|LINK
The id of the Checkbox should be:
<asp:CheckBox id="RememberMe" runat="server" CssClass="CheckRememberMe" />
Also, as I said in my previous reply, change the timeout value in your Forms Tag in Web.COnfig to a higher value, and don't forget to add a machinekey
Member
510 Points
989 Posts
May 07, 2012 09:05 AM|LINK
ya i did the changes suggested by you.............but remember me is still not working
May 07, 2012 09:35 AM|LINK
I see a lot of unnecessary code. When using the login control, you don't need to write any code behind....
34 Points
18 Posts
May 07, 2012 09:45 AM|LINK
Interesting post.these answers are so good.i am alos face this problem to type user name and pasword again and again.i think this methoud is so good to rembeber pasword which help to easily login.opel logo vector
May 08, 2012 06:18 AM|LINK
i have used dis but still its not working
May 08, 2012 07:27 AM|LINK
Smadhu i have used dis but still its not working <asp:CheckBox id="RememberMe" runat="server" CssClass="CheckRememberMe" />
just drag and drop a login control to a page. Add a machinekey to your web.config, set the timeout property and you'll see that it will work....
May 08, 2012 08:02 AM|LINK
i removed code behind n i drag n drop it.but i dont knw its still not working.......
....can u plz guide me or help wid the code as how to do dat
thnx
May 08, 2012 08:11 AM|LINK
As I said, you don't need any code. it works out of the box.
Show us your web.config (hiding sensitive data!)?
May 10, 2012 07:54 AM|LINK
thnx Everyone for the help
hans_v
All-Star
35986 Points
6550 Posts
Re: how can i do Remember me on login section
May 07, 2012 08:23 AM|LINK
The id of the Checkbox should be:
<asp:CheckBox id="RememberMe" runat="server" CssClass="CheckRememberMe" />
Also, as I said in my previous reply, change the timeout value in your Forms Tag in Web.COnfig to a higher value, and don't forget to add a machinekey
Smadhu
Member
510 Points
989 Posts
Re: how can i do Remember me on login section
May 07, 2012 09:05 AM|LINK
ya i did the changes suggested by you.............but remember me is still not working
hans_v
All-Star
35986 Points
6550 Posts
Re: how can i do Remember me on login section
May 07, 2012 09:35 AM|LINK
I see a lot of unnecessary code. When using the login control, you don't need to write any code behind....
logo32design
Member
34 Points
18 Posts
Re: how can i do Remember me on login section
May 07, 2012 09:45 AM|LINK
Interesting post.these answers are so good.i am alos face this problem to type user name and pasword again and again.i think this methoud is so good to rembeber pasword which help to easily login.opel logo vector
Smadhu
Member
510 Points
989 Posts
Re: how can i do Remember me on login section
May 08, 2012 06:18 AM|LINK
i have used dis but still its not working
<asp:CheckBox id="RememberMe" runat="server" CssClass="CheckRememberMe" />
hans_v
All-Star
35986 Points
6550 Posts
Re: how can i do Remember me on login section
May 08, 2012 07:27 AM|LINK
just drag and drop a login control to a page. Add a machinekey to your web.config, set the timeout property and you'll see that it will work....
Smadhu
Member
510 Points
989 Posts
Re: how can i do Remember me on login section
May 08, 2012 08:02 AM|LINK
i removed code behind n i drag n drop it.but i dont knw its still not working.......
....can u plz guide me or help wid the code as how to do dat
thnx
hans_v
All-Star
35986 Points
6550 Posts
Re: how can i do Remember me on login section
May 08, 2012 08:11 AM|LINK
As I said, you don't need any code. it works out of the box.
Show us your web.config (hiding sensitive data!)?
Smadhu
Member
510 Points
989 Posts
Re: how can i do Remember me on login section
May 10, 2012 07:54 AM|LINK
thnx Everyone for the help