I am trying to create a cookie when a user log in on logon form.I created a new Logon Form in Visual Studio(a copy from LogonForm). In this method I am trying to create a cookie when the user is au...
Hi all,I have a page which requires the users log in to view the content and a Custom Login Webpart with Login event:private void Login() { if(Membership.Provider.ValidateUser(UserName.Text.Tri...