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 Background Windows
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Apache webserver Linux and Gzip
Multilingual Issue in dotnet
Is it possible to encrypt an email message using PHP?
how to capture out parameter from storedProcedure in java
question mark in expression
how can i pay electricity bill online using hdfc netbanking ??
upgrading and moving a sql server express 2005 database to a sql server standard
Delphi, forms in Dll and Threads