ninel
Active member
I am trying to redirect to another page within my aspx page.
Here is my code:
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
Here is my code:
VB.NET:
Response.Redirect("IncidentReviewDetailUpdate.aspx?CommentHistoryId=1&IncidentId=2&IncidentType=DATA &Status=OPEN")
I don't see anything wrong with the url.
Can anyone help?
Thanks,
Ninel