Hi
Within the login script, I'd like to log users in (if valid of course), but then not redirect. I've come to the following code:
FormsAuthentication.RedirectFromLoginPage(this.txtUsername.Text, this.chkPersistentPassword.Checked);
I know I need this to log the user in, but can I change this somehow so that users are not redirected?
I'm using CuteChat.
Many thanks
Richard