Redirection Error

ninel

Active member
Joined
Mar 23, 2005
Messages
32
Location
Land O Lakes, Florida
Programming Experience
3-5
I am trying to redirect to another page within my aspx page.
Here is my code:
VB.NET:
 Response.Redirect("IncidentReviewDetailUpdate.aspx?CommentHistoryId=1&IncidentId=2&IncidentType=DATA &Status=OPEN")
I'm getting a "Redirect URI cannot contain newline characters." error.
I don't see anything wrong with the url.
Can anyone help?
Thanks,
Ninel
 
Back
Top