P
Patrick Olurotimi Ige
When i add the following code below to a userControl it doesn't fire.
Any ideas?
Sub SignOut(ByVal objSender As Object, ByVal objArgs As EventArgs)
FormsAuthentication.SignOut()
Response.Redirect(Request.UrlReferrer.ToString())
End Sub
<input id="cmdSignOut" type="submit" Value="Sign Out" runat="server"
onserverclick="SignOut"
NAME="cmdSignOut">
Any ideas?
Sub SignOut(ByVal objSender As Object, ByVal objArgs As EventArgs)
FormsAuthentication.SignOut()
Response.Redirect(Request.UrlReferrer.ToString())
End Sub
<input id="cmdSignOut" type="submit" Value="Sign Out" runat="server"
onserverclick="SignOut"
NAME="cmdSignOut">