ext之TabPanel
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ext_tab.aspx.cs" Inherits="EXT_Default" %>
<%@ Register Assembly="Coolite.Web.UI" Namespace="Coolite.Web.UI" TagPrefix="cool" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>ext之TabPanel</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<cool:ScriptManager ID="ScriptManager1" runat="server" />
<cool:TabPanel ID="TabPanel1" runat="server" ActiveTab="2" Height="300px">
<Items>
<cool:Tab ID="Tab1" runat="server" Title="Title">
<Content>
这是第一个TAB
</Content>
</cool:Tab>
<cool:Tab ID="Tab2" runat="server" Title="Title">
<Content>
这是第二个TAB
</Content>
</cool:Tab>
<cool:Tab ID="Tab3" runat="server" Title="Title">
<Content>
这是第三个TAB
</Content>
</cool:Tab>
</Items>
</cool:TabPanel>
</div>
</form>
</body>
</html>
<%@ Register Assembly="Coolite.Web.UI" Namespace="Coolite.Web.UI" TagPrefix="cool" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>ext之TabPanel</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<cool:ScriptManager ID="ScriptManager1" runat="server" />
<cool:TabPanel ID="TabPanel1" runat="server" ActiveTab="2" Height="300px">
<Items>
<cool:Tab ID="Tab1" runat="server" Title="Title">
<Content>
这是第一个TAB
</Content>
</cool:Tab>
<cool:Tab ID="Tab2" runat="server" Title="Title">
<Content>
这是第二个TAB
</Content>
</cool:Tab>
<cool:Tab ID="Tab3" runat="server" Title="Title">
<Content>
这是第三个TAB
</Content>
</cool:Tab>
</Items>
</cool:TabPanel>
</div>
</form>
</body>
</html>