I have seen many forums and none work for me.
The way most simple and functional.
I have seen many forums and none work for me.
The way most simple and functional.
 
    
    You can use Redirect for it . Call any Action where you want to redirect the page.
public ActionResult AnyAction()
{
   //Your code
    return Redirect("/UserWebForm.aspx");
}
