Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

call controller action from view

Tags:

asp.net-mvc

Is there a way to call automaticliy an action from aspx or ascx on asp.net mvc.1.0 Think like a redirection.

like image 537
Sefer K Avatar asked Mar 14 '26 14:03

Sefer K


1 Answers

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.

like image 112
Darin Dimitrov Avatar answered Mar 16 '26 06:03

Darin Dimitrov