Is there something wrong with response.redirect /SmartNavigation

  • Thread starter Thread starter DCLINTON
  • Start date Start date
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>
 
Smart Navigation is evil. I've had it stop my stuff from Navigating
whatsoever before....I know of a few other people with the same problem.
 
Back
Top