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
RDP
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
how to make an MsAccess form resolution independent?
Compare two excel files
What can be done with huge files that cannot be defragmented?
Enteprise Application Documentation Application
Submit form to external action file and redirect page on one submit button
Windows 2008 Domain Controller Unavailable (but working)
IE Users have to relogin
How can I create a list from a starting number and ending number in Excel?