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

📄 default2.aspx

📁 ASPNET程序开发范例宝典02.rar ASP.NET application development paradigm Baodian 02
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="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>
body{
margin-top:0px;margin-left:0px;margin-right:0px;
}
</style>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: left; background-image: url(Images/背景.JPG);">
        &nbsp;<table cellpadding="0" cellspacing="0" style="width: 122px">
                        <tr>
                            <td align="left" style="width: 420px; height: 46px; text-align: center">
                                <asp:Label ID="Label4" runat="server" Font-Bold="True" Text="文件详细信息"></asp:Label></td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 420px; text-align: center">
                                <table cellpadding="0" cellspacing="0" style="width: 296px">
                                    <tr>
                                        <td style="width: 107px; height: 30px; text-align: center">
                                            <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="文件名称" Width="48px"></asp:Label></td>
                                        <td align="left" style="width: 237px; height: 30px">
                                            <asp:TextBox ID="TextBox1" runat="server" Enabled="False" Font-Size="9pt"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td style="width: 107px; height: 30px; text-align: center">
                                            <asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="上传时间" Width="50px"></asp:Label></td>
                                        <td align="left" style="width: 237px; height: 30px">
                                            <asp:TextBox ID="TextBox2" runat="server" Enabled="False" Font-Size="9pt"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="center" style="width: 107px; height: 30px">
                                            <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="保存路径" Width="54px"></asp:Label></td>
                                        <td align="left" style="width: 237px; height: 30px">
                                            <asp:TextBox ID="TextBox3" runat="server" Enabled="False" Width="199px"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 107px; height: 30px">
                                        </td>
                                        <td align="left" style="width: 237px; height: 30px">
                                        </td>
                                    </tr>
                                </table>
                                &nbsp;</td>
                        </tr>
                        <tr>
                            <td style="width: 200px; height: 20px">
                            </td>
                        </tr>
                    </table>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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