Hi, thanks for viewing this thread.
How to call MVC controller action method from ASP.NET webform and pass few parameter to the MVC?
I have found this solution: http://www.codeproject.com/Articles/37539/Redirect-and-POST-in-ASP-NET and would like to know whether is there any other ways to do it.
Just like to explore other solutions.