User475983607 posted
bbbdk
I dont have any other pages, do i need a other page to set Page_Load ?
Can you by any chance write the hole page? the redirect is all this page will do
I provided the code. There is not much else I can do for you. You'll need to make an effort to learn Web Forms basics to move forward. Another option is hiring a developer to help you.
If you want to continue writing code in the markup then the code almost identical to classic asp.
<head runat="server">
<title></title>
<%Session("Login") = 1
If Request("ref") = 43 Then
Response.Redirect("vb.aspx")
End If %>
</head>