Click here to Skip to main content
15,889,436 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two view in one Folder Name Settings
One is Settings view
Now i added one view name Filters inside the Settings
On the button click i want to redirect from settings view page to Filters view page
I called the method

public ActionResult Filters()
       {

           return View("Filters");

       }


But the page is not redirect
How to do this
Posted
Updated 8-Mar-12 2:40am
v3

1 solution

Try using RedirectToAction[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900