Link to home
Start Free TrialLog in
Avatar of marcorenberg
marcorenberg

asked on

Navigating to a new URL in C# code

I have a form with a "save" button at the bottom. When the user clicks this button, I have some c# code which saves the form data to a database. But after the form is saved, I want to be able to navigate to a new web page. I know how to navigate to a new page with a link button, or inside of the ASP code, but I can't figure out how to do this from my c# routine.  I'd appreciate any help.

ASKER CERTIFIED SOLUTION
Avatar of _Stilgar_
_Stilgar_
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial