日期:2014-05-17 浏览次数:20395 次
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Try_Default2" %> <!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></title> <style type="text/css"> .style1 { width: 500%; } </style> <script src="http://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script> <script type="text/javascript"> function bb() { var CheckBoxList = document.getElementById("CheckBoxList_All"); if (CheckBoxList.tagName == "TABLE") { for (var a = 0; a < 102; a++) { if (CheckBoxList.rows[a].cells[0].childNodes[0].checked == false) { var table = document.getElementById("GridView_Search"); for (var i = 0; i < table.rows.length - 1; i++) { table.rows[i].cells[a].style.display = "none"; } } else { var table = document.getElementById("GridView_Search"); for (var i = 0; i < table.rows.length - 1; i++) { table.rows[i].cells[a].style.display = "inline"; } } } } } </script> </head> <body> <form id="form1" runat="server"> <div> <table cellpadding="0" cellspacing="0" class="style1"> <tr> <td> <asp:CheckBoxList ID="CheckBoxList_All" runat="server" > <asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem> <asp:ListItem>4</asp:ListItem> <asp:ListItem>5</asp:ListItem> <asp:ListItem>6</asp:ListItem> <asp:ListItem>7</asp:ListItem> </asp:CheckBoxList> <input id="Button1" type="button" value="123" onclick="bb();"/> </td> <td> </td> </tr> <tr> <td> <asp:GridView ID="GridView_Search" runat="server" AutoGenerateColumns="False" DataKeyNames="PRID" DataSourceID="SqlDataSource_Search" CellPadding="0"> <Columns> <asp:TemplateField HeaderText="年份" SortExpression="ReceivableID" HeaderStyle-Width="33" ItemStyle-Width="33" FooterStyle-Width="33" ControlStyle-B