T
Tascien
What's wrong with this code?
it would work perfect in vb. VB.net seem to be filled with error triggers...
<script language="VB" runat="server" src="/scripts/main_lib.vb"></script>
<script language="VB" runat="server">
Public PollMode As string = "vote"
' ***** the code below fails as object reference not set!
Public urlRedirect As String = Request.ServerVariables("SCRIPT_NAME")
</script>
Please help.
it would work perfect in vb. VB.net seem to be filled with error triggers...
<script language="VB" runat="server" src="/scripts/main_lib.vb"></script>
<script language="VB" runat="server">
Public PollMode As string = "vote"
' ***** the code below fails as object reference not set!
Public urlRedirect As String = Request.ServerVariables("SCRIPT_NAME")
</script>
Please help.