ASP. NET 4

Source: Internet
Author: User

1. Exposure exposes the attributes and methods on the template page, and then modifies these attributes and methods on the specific content page.
<% @ Mastertype virtualpath = "" %> Import template page

2. Use the findcontrol method to modify the template page information on the Content Page-master. findcontrol ()

3. dynamically load the template page. First, merge the template page and content page. The template page cannot be dynamically loaded in the load event. The only event that can load the template page is preinit. The first event triggered during the page execution Lifecycle

4. Before using a user, you must register the user first.
<% @ Register tagprefix = "" tagname = "" src = "" %>
Tagprefix -- indicates the namespace associated with the user control on the current page. You can use any string
Tagname -- indicates the name of the user control associated with the current page. You can use any string
SRC -- indicates the virtual path of the User Control

Related Article

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.