I have the following code:
Protected Sub btnAdmin_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Server.Transfer("~/Admin/Default.aspx")
End Sub
that runs when a user clicks the admin button
It works fine in firefox, but in IE it doesn't work.
View Complete Post