Reputation: 30855
I'm converting some ASPX pages to user controls (ASCX).
I still need some of the page redirection to work.. and server.transfer is not an option (I need the URL in the address bar to change).
Is there a way to either user Response.Redirect() from within a user control or a similar method?
Upvotes: 6
Views: 10457