how i can work on remeber my id checkbox in login page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
iam working with login page .how can i write code for remember my login id chekbox
-
iam working with login page .how can i write code for remember my login id chekbox
u can do it by using cookies...store cookies in the client machine and if cookie exists take the username and password from it...
Koushik