default.aspx

来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ 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>
        <div style="text-align: center">
            <table border="0" cellpadding="0" cellspacing="0" style="border-right: black 1px dotted;
                border-top: black 1px dotted; border-left: black 1px dotted; width: 300px; border-bottom: black 1px dotted">
                <tr>
                    <td style="width: 311px">
                        <span style="font-size: 10pt">待分裂的字符串:</span></td>
                    <td style="width: 112px; text-align: left">
                        <asp:Label ID="Label1" runat="server" Font-Size="12pt" ForeColor="Black" Text="1|2|3|4|5|6|7"
                            Width="191px"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 311px">
                        <span style="font-size: 10pt"></span></td>
                    <td style="width: 112px; text-align: left">
                        </td>
                </tr>
                <tr>
                    <td style="width: 311px; height: 28px">
                    </td>
                    <td style="width: 112px; height: 28px; text-align: left">
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="执行操作" /></td>
                </tr>
            </table>
            <br />
        <asp:Label ID="Label2" runat="server" Font-Size="10pt" ForeColor="Green"></asp:Label>
 </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?