tags:

views:

73

answers:

1

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
i think i have to upgrade my project to mvc 2
Sefer KILIÇ
i upgraded my project from mvc1 to mvc2. Jquery $(document).ready event don't fire anymore. have any idea ?
Sefer KILIÇ