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?
Use Page.Response.Redirect() inside UserControls.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With