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

📄 default.aspx

📁 点击“开始数据同步” 按钮后
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Mypb._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>
    <style type="text/css">

        .style13 { FONT-SIZE: xx-large; COLOR: #000066; BACKGROUND-COLOR: #00ffff }
        .style12 { FONT-WEIGHT: bold; FONT-FAMILY: 华文彩云; BACKGROUND-COLOR: #ffffff }
        .style14
        {
            width: 232px;
        }
        .style5 { FONT-SIZE: xx-large; COLOR: #ffffff; BACKGROUND-COLOR: #00ffff }
        .style6 { FONT-WEIGHT: bold; FONT-FAMILY: 华文彩云 }
        .style15
        {
            width: 177px;
        }
        .style16
        {
            width: 177px;
            height: 7px;
        }
        .style17
        {
            width: 232px;
            height: 7px;
        }
        .style18
        {
            height: 7px;
        }
        .style19
        {
            height: 4px;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server" enableviewstate="True">
    <table style="width:100%;">
        <tr>
            <td class="style15">
                &nbsp;</td>
            <td class="style14">
							<span class="style13">
								<span class="style12">管理我的通信录</span></span></td>
            <td>
                &nbsp;</td>
        </tr>
        <tr>
            <td class="style15">
                &nbsp;</td>
            <td class="style14">
                <span class="style5">
								<span class="style6">
									<asp:DataGrid id="DataGrid1" runat="server" 
                    
                    style="font-family: 华文宋体; color: #993333; font-size: x-large; background-color: #CCCCFF;" 
                    Width="628px" BackColor="#FFCCFF" BorderStyle="Double"></asp:DataGrid>
								</span>
							</span>
						</td>
            <td>
                &nbsp;</td>
        </tr>
        <tr>
            <td class="style16">
                <br />
                <asp:LinkButton ID="LinkButton4" runat="server" onclick="LinkButton4_Click" 
                    style="text-align: center">插入记录</asp:LinkButton>
            </td>
            <td class="style17">
                &nbsp;</td>
            <td class="style18">
                &nbsp;</td>
        </tr>
    </table>
    <div>
    
        <br />
        <table style="width:100%;">
            <tr>
                <td class="style19">
                </td>
                <td class="style19">
                </td>
                <td class="style19">
                </td>
            </tr>
            <tr>
                <td>
                    <asp:LinkButton ID="LinkButton3" runat="server" onclick="LinkButton3_Click">修改数据</asp:LinkButton>
                </td>
                <td>
                    &nbsp;</td>
                <td>
                    &nbsp;</td>
            </tr>
            <tr>
                <td>
                    <asp:LinkButton ID="LinkButton2" runat="server" onclick="LinkButton2_Click1" 
                        style="text-align: left">删除记录</asp:LinkButton>
                </td>
                <td>
                    &nbsp;</td>
                <td>
                    &nbsp;</td>
            </tr>
        </table>
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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