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

📄 showfriends.aspx

📁 自己做的的一个小的邮件系统,上传上去大家一起分享一下
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowFriends.aspx.cs" Inherits="ShowFriends" %>

<!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>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div id="newsFolders" style="width: 686px">
        <br />
        <table style="width: 465px; height: 175px">
            <tr>
                <td colspan="3">
                </td>
            </tr>
            <tr>
                <td align="left" class="title" colspan="3" style="height: 47px">
                    好友信息:</td>
            </tr>
            <tr>
                <td colspan="2"  align="right" style="width: 125px">
                    姓名:</td>
                <td align="left"  >
                    <asp:Label ID="lblUserName" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="2"  align="right" style="width: 125px; height: 17px">
                    真实姓名:</td>
                <td align="left" style="height: 17px"  >
                    <asp:Label ID="lblRealName" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="2"   align="right" style="width: 125px">
                    手机号码:</td>
                <td align="left" style="width: 334px; height: 14px">
                    <asp:Label ID="lblPhone" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="2"   align="right" style="width: 125px">
                    生日:</td>
                <td align="left"  >
                    <asp:Label ID="lblBirthday" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="2"   align="right" style="width: 125px">
                    Email:</td>
                <td align="left" style="width: 334px; height: 14px">
                    <asp:Label ID="lblEmail" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="2" style="width: 125px; height: 14px">
                </td>
                <td style="width: 334px; height: 14px">
                </td>
            </tr>
            <tr>
                <td colspan="2" style="width: 125px; height: 14px">
                </td>
                <td align="left" style="width: 334px; height: 14px">
                    <asp:Button ID="btnBack" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="Green"
                        OnClick="btnBack_Click" Text="返 回" Width="80px" />
                    &nbsp;
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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