default.aspx
来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 62 行
ASPX
62 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div style="text-align: left">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Text="Asp.Net Table控件动态生成表格操作实例"></asp:Label>
<br />
<table border="0" cellpadding="0" cellspacing="0" style="width: 155px; height: 1px">
<tr>
<td style="width: 100px">
<br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 452px">
<asp:Label ID="Label2" runat="server" Font-Size="10pt" Text="行:"></asp:Label></td>
<td style="width: 391px">
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="1">1行</asp:ListItem>
<asp:ListItem Value="2">2行</asp:ListItem>
<asp:ListItem Value="3">3行</asp:ListItem>
<asp:ListItem Value="4">4行</asp:ListItem>
<asp:ListItem Value="5">5行</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 308px; text-align: right">
<asp:Label ID="Label3" runat="server" Font-Size="10pt" Text="列:"></asp:Label></td>
<td style="width: 207px">
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem Value="1">1列</asp:ListItem>
<asp:ListItem Value="2">2列</asp:ListItem>
<asp:ListItem Value="3">3列</asp:ListItem>
<asp:ListItem Value="4">4列</asp:ListItem>
<asp:ListItem Value="5">5列</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" ForeColor="Black" OnClick="Button1_Click"
Text="生成" /></td>
</tr>
</table>
<br />
</td>
</tr>
<tr>
<td style="width: 100px" valign="top">
<asp:Table ID="Table1" runat="server" BorderColor="Gray" BorderStyle="Groove" BorderWidth="1px"
Width="440px">
</asp:Table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?