AJAX扩展控件TabContainer(选项卡控件)的使用方法

页面代码:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TabContainer.aspx.cs" Inherits="TabContainer" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

view plaincopy to clipboardprint?
<html xmlns="http://www.w3.org/1999/xhtml" >  
<head runat="server">  
    <title>无标题页</title>  
</head>  
<body>  
    <form />  
                         </ContentTemplate>  
                </asp:UpdatePanel>  
            </ContentTemplate>   
            </cc1:TabPanel>  
        </cc1:TabContainer>  
      
    </div>  
    </form>  
</body>  
</html> 

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zjj780320380/archive/2010/05/12/5580877.aspx

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2021-12-19
  • 2021-11-12
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2022-02-10
  • 2022-12-23
  • 2021-07-22
  • 2022-01-16
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案