asp.net mvc how to display WebForm Web pages or UserControl controls

Source: Internet
Author: User

Learning and using asp.net mvc for such a long time, or asp.net obsession. Can I show aspx or user control in asp.net mvc?

This inspiration (not the inspiration, but the idea) is from the previous days have written a "multiple view results displayed in a shared preview view" Http://www.cnblogs.com/insus/p/3633298.html There is a render method. So that when you think of the previous development of ASP.net, you often render user controls. That is to say, after render the page, it is converted to a string of strings.

Then we can also return this string to the view of ASP.net mvc.

Looking back, look at the user control (UserControl) http://www.cnblogs.com/insus/tag/UserControl/

Look Htmltextwrite Related: http://www.cnblogs.com/insus/tag/HtmlTextWriter

Under the application, create a new directory Aspnets directory, and add a new aspx and a ascx,insus.net in the demo below, rendering them separately. Simple.

WebForm1.aspx, because it only makes a simple demo, insus.net only pulls one literal control:

WebForm1.aspx.cs, in the Page_Load event, assign a value to the literal control:

The user control, like the ASPX page above, Webusercontrol1.ascx:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.