Is it possible to redirect to controller action methods through aspx cs page? how can I redirect from a controller action methods
Thanks
Is it possible to redirect to controller action methods through aspx cs page? how can I redirect from a controller action methods
Thanks
Any code sample will be helpful. but based on assumption and other comments in questions.
You have to make sure you are passing the correct URL in Response.Redirect. Navigate to top level and then redirect to the required page may be helpful. Also refer to this url : Why do I get "Cannot redirect after HTTP headers have been sent" when I call Response.Redirect()?
Note: I cant add comment, so posting this as answer.