vote up 1 vote down star

How would I go about this?

EDIT: USER CONTROL WITHIN USER CONTROL?

flag

72% accept rate

2 Answers

vote up 2 vote down check

use nested calls to Html.RenderPartial.

i.e. Have Html.RenderPartial in your page1.aspx view to render your usercontrol1.ascx view

that contains another Html.RenderPartial call to render usercontrol2.ascx

link|flag
vote up 1 vote down

You want to look up Partial Views

here is a link to get you started http://bradwilson.typepad.com/blog/2008/08/partial-renderi.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.