How to access a .ascx page from another View?
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-05-10T06:44:59Z
Indexed on
2010/05/10
6:54 UTC
Read the original article
Hit count: 171
asp.net-mvc
I have a view: User. In that I have an ascx page : Details I have a view : Test. I want to access the Details from User from test, using render partial. How can I do that?
<%Html.RenderPartial("Details"); %> doesn`t workin this case.
© Stack Overflow or respective owner