Is there something wrong with response.redirect /SmartNavigation

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>
 
W

William Ryan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top