How to create and use Asp.net multi-tab pages

Source: Internet
Author: User

I have read a lot of friends who have not yet created pages with multiple tabs. I have summarized the usage here. It's easy to understand.

1. Download The ajaxcontroltookit package and place it in the bin directory to refresh the solution.

2. Page Introduction (. aspx)CopyCodeThe Code is as follows: <% @ register Assembly = "ajaxcontroltoolkit" namespace = "ajaxcontroltoolkit" tagprefix = "asp" %>

3. Control call (. aspx)Copy codeThe Code is as follows: <asp: tabcontainer id = "TC1" runat = "server" activetabindex = "0" width = "100%">
<Asp: tabpanel id = "TP1" runat = "server" headertext = "Tab 1">
<Contenttemplate> Add Page code here </contenttemplate>
</ASP: tabpanel>
<Asp: tabpanel id = "TP2" runat = "server" headertext = "Tab 2">
<Contenttemplate> Add Page code here </contenttemplate>
</ASP: tabpanel>
</ASP: tabcontainer>

Activetabindex is the currently activated tab index, starting from 0.

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.