Is there a way to call automaticliy an action from aspx or ascx on asp.net mvc.1.0 Think like a redirection.
+2
A:
You may take a look at Html.RenderAction
from the ASP.NET MVC Futures assembly. The helper method is built in ASP.NET MVC 2.
Darin Dimitrov
2010-03-11 11:51:04
i think i have to upgrade my project to mvc 2
Sefer KILIÇ
2010-03-11 12:59:05
i upgraded my project from mvc1 to mvc2. Jquery $(document).ready event don't fire anymore. have any idea ?
Sefer KILIÇ
2010-03-11 13:27:01