Microsoft
Software
Hardware
Network
Question : How to redirect to other action by using MVC2 framework
i have two folders in MVC2 view, one is Account and other Home.
In Account i have Login.aspx page.
In Home i have index page.
I run login page.-->it call one method.
public ActionResult Login() {
DoSomeThing();
return View(u);
}
public void DoSomeThing()
{
//Here i do some functionality
//I am trying to redirect to index page.
//This function is not redirecting to that action.
RedirectToAction("Index", "Home");
}
Could you please say me how to redirect to index page by using MVC 2.
Answer : How to redirect to other action by using MVC2 framework
Open the csv file with a text editor and change the encoding by resaving it as UTF-8 or UTF-16.
Random Solutions
Modal Popup Validation Summary
google search API C# jSON question
Call Procedure from VB6 and pass paremeters
DP 6.0 Win2K cell mgr - backup to iSCSI lun using file device
Replace apostrophes in all Session Variables in C#?
htaccess Partial Query String Rewrite
Determine standard default font in a form object in excel forms collection
How do I push IE 8 through WSUS using Group polciy
KMS is activating Win7 Pro but not Win 2008 R2 Enterprise
restore from DB?