K
Kenneth
Hi,
In a document I have three lines that detects and
redirects to another page is a session variable is 0
If Session("Customer_ID")=0 Then
Response.Redirect("myPage.aspx")
End If
What I really would like to have is a notification for the
users what happened before they were redirected and in
traditional asp I used the javascript alert function, but
how does the code go to implement this in asp.net above
the line Response.Redirect("myPage.aspx")?
TIA
/Kenneth
In a document I have three lines that detects and
redirects to another page is a session variable is 0
If Session("Customer_ID")=0 Then
Response.Redirect("myPage.aspx")
End If
What I really would like to have is a notification for the
users what happened before they were redirected and in
traditional asp I used the javascript alert function, but
how does the code go to implement this in asp.net above
the line Response.Redirect("myPage.aspx")?
TIA
/Kenneth