Hi all,
Below is my code:
If intResult = - 1 Then
lblMessage.Text = "Username Already Registered!"
Else
FormsAuthentication.RedirectFromLoginPage( txtUsername.Text, False )
''''Response.Redirect(" End If
End If
when I link back to my login page after register -->
FormsAuthentication.RedirectFromLoginPage( txtUsername.Text, False )
it give me this error:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
but if I comment it out and use -->
Response.Redirect("
This will give me the the wrong link
Anyone has any idea what is wrong?
lehuong
Below is my code:
If intResult = - 1 Then
lblMessage.Text = "Username Already Registered!"
Else
FormsAuthentication.RedirectFromLoginPage( txtUsername.Text, False )
''''Response.Redirect(" End If
End If
when I link back to my login page after register -->
FormsAuthentication.RedirectFromLoginPage( txtUsername.Text, False )
it give me this error:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
but if I comment it out and use -->
Response.Redirect("
This will give me the the wrong link
Anyone has any idea what is wrong?
lehuong