⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ 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="vertical-align: top; text-align: center; background-color: gainsboro;">
    <form id="form1" runat="server">
    <div>
        <table cellpadding="0" cellspacing="0" style="width: 660px; background-image: url(Images/cd_ht_1.jpg); height: 397px; border-right: #6699ff thin solid; border-top: #6699ff thin solid; border-left: #6699ff thin solid; border-bottom: #6699ff thin solid;">
            <tr>
                <td style="width: 713px; height: 153px">
                </td>
                <td style="width: 97px; height: 153px">
                </td>
                <td style="width: 100px; height: 153px">
                </td>
            </tr>
            <tr>
                <td style="width: 713px; height: 193px">
                </td>
                <td style="width: 97px; height: 193px">
                    <fieldset style="width: 240px">
                <legend class="mainTitle"><span style="font-size: 10pt">通过使用基于连接的事务来使数据库管理事务</span></legend>
                    <table cellpadding="0" cellspacing="0" style="width: 400px;">
                        <tr>
                            <td style="width: 100px; height: 30px">
                            </td>
                            <td style="width: 110px; height: 30px">
                                <asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="姓名"></asp:Label></td>
                            <td style="width: 109px; height: 30px">
                                <asp:Label ID="Label4" runat="server" Font-Size="9pt" Text="年龄"></asp:Label></td>
                            <td style="width: 110px; height: 30px">
                                <asp:Label ID="Label5" runat="server" Font-Size="9pt" Text="性别"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px">
                                <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="表1数据"></asp:Label></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox1" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 109px; height: 30px">
                                <asp:TextBox ID="TextBox2" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox3" runat="server" Width="80px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px">
                                <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="表2数据"></asp:Label></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox4" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 109px; height: 30px">
                                <asp:TextBox ID="TextBox5" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox6" runat="server" Width="80px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px">
                                <asp:Label ID="Label6" runat="server" Font-Size="9pt" Text="表3数据"></asp:Label></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox7" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 109px; height: 30px">
                                <asp:TextBox ID="TextBox8" runat="server" Width="80px"></asp:TextBox></td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:TextBox ID="TextBox9" runat="server" Width="80px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px">
                            </td>
                            <td align="center" style="width: 110px; height: 30px">
                                <asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="添加"
                                    Width="88px" /></td>
                            <td align="center" style="width: 109px; height: 30px">
                                <asp:Button ID="Button2" runat="server" Font-Size="9pt" OnClick="Button2_Click" Text="重置"
                                    Width="88px" /></td>
                            <td align="center" style="width: 110px; height: 30px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px">
                            </td>
                            <td align="center" colspan="2" style="height: 30px">
                            </td>
                            <td align="center" style="width: 110px; height: 30px">
                            </td>
                        </tr>
                        <tr>
                            <td style="height: 26px" colspan="4">
                            </td>
                        </tr>
                        <tr>
                            <td colspan="4">
                            </td>
                        </tr>
                    </table>
                    </fieldset>
                </td>
                <td style="width: 100px; height: 193px">
                </td>
            </tr>
            <tr>
                <td style="width: 713px; height: 19px">
                </td>
                <td style="width: 97px; height: 19px">
                </td>
                <td style="width: 100px; height: 19px">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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