Hi all,
i am doing one ASP.Net/C#.Net project in that i have designed one form,in that form i have 2 textboxes for username and password and one check box and one button.after entering the data into textboxes,if we select the check box,it need to remember the username and password for future logins
username txtusername
password txtpassword|
remeber my username password checkbox[checked =true]
submitbutton
i am doing one ASP.Net/C#.Net project in that i have designed one form,in that form i have 2 textboxes for username and password and one check box and one button.after entering the data into textboxes,if we select the check box,it need to remember the username and password for future logins
username txtusername
password txtpassword|
remeber my username password checkbox[checked =true]
submitbutton
Comment