D
DCLINTON
This seems like pretty simple code, for some reason it
works in testing and not in production...
Private Sub btnUpdateParticipant_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnUpdateParticipant.Click
intPersonID = Request.QueryString.Get("ID")
Response.Redirect("UpdateParticipant.aspx?ID=" &
intPersonID)
End Sub
redirects to a page showing...
<BODY><ASP_SMARTNAV_RDIR
url="/Scripts/EzTraxx/Participant/UpdateParticipant.aspx?
ID=1"></ASP_SMARTNAV_RDIR></BODY>
works in testing and not in production...
Private Sub btnUpdateParticipant_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnUpdateParticipant.Click
intPersonID = Request.QueryString.Get("ID")
Response.Redirect("UpdateParticipant.aspx?ID=" &
intPersonID)
End Sub
redirects to a page showing...
<BODY><ASP_SMARTNAV_RDIR
url="/Scripts/EzTraxx/Participant/UpdateParticipant.aspx?
ID=1"></ASP_SMARTNAV_RDIR></BODY>