📄 default.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>
<form id="form1" runat="server">
<div>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 682px; height: 371px; background-repeat: repeat-y; background-color: #ffffcc;">
<tr>
<td style="width: 880px; height: 19px;">
</td>
<td style="height: 19px;" align="center">
<span style="font-size: 16pt; color: #9900ff"></span></td>
<td align="center" colspan="2" style="height: 19px; background-color: #ffffcc;">
</td>
<td style="width: 363px; height: 19px; background-color: #ffffcc;">
</td>
</tr>
<tr>
<td style="width: 880px; height: 35px;">
</td>
<td style="height: 35px; background-color: #ffffcc;" align="center" colspan="3">
<asp:Label ID="Label1" runat="server" Text="网络歌曲排行榜" BackColor="NavajoWhite"></asp:Label></td>
<td style="width: 363px; height: 35px; background-color: #ffffcc;">
</td>
</tr>
<tr>
<td style="width: 880px; height: 33px">
</td>
<td align="center" colspan="3" style="height: 33px; background-color: #ffffcc;">
</td>
<td style="width: 363px; height: 33px; background-color: #ffffcc;">
</td>
</tr>
<tr>
<td style="width: 880px; height: 33px; background-color: #ffffcc;">
</td>
<td align="center" colspan="3" style="height: 33px; background-color: #ffffcc;">
<asp:Table ID="Table1" runat="server" Font-Size="9pt" Width="99%" CellPadding="0" CellSpacing="0" Height="60px">
</asp:Table>
</td>
<td style="width: 363px; height: 33px; background-color: #ffffcc;">
</td>
</tr>
<tr>
<td style="width: 880px; height: 5px; background-color: #ffffcc;">
</td>
<td align="center" style="height: 5px">
</td>
<td align="center" style="width: 212px; height: 5px; background-color: #ffffcc;">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="添加信息" Width="82px" /></td>
<td align="center" style="width: 1088px; height: 5px; background-color: #ffffcc;">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加新控件" /></td>
<td style="width: 363px; height: 5px; background-color: #ffffcc;">
</td>
</tr>
<tr>
<td style="height: 139px; background-color: #ffffcc;" colspan="2">
</td>
<td align="center" colspan="2" style="height: 139px; background-color: #ffffcc;">
<table style="width: 179px; height: 36px">
<tr>
<td colspan="2">
<table width="450">
<tr>
<td colspan="3" rowspan="1" style="width: 419px">
<asp:RadioButtonList ID="RadioButtonList2" runat="server" AutoPostBack="True" Font-Size="9pt"
RepeatDirection="Horizontal">
<asp:ListItem Selected="True">批量更新</asp:ListItem>
<asp:ListItem>批量删除</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="width: 419px">
<asp:Panel ID="Panel7" runat="server" Height="5px">
<table cellpadding="0" cellspacing="0" style="background-image: url(Images/1294850_472733.gif);
width: 432px; border-top-style: ridge; border-right-style: ridge; border-left-style: ridge;
border-bottom-style: ridge">
<tr>
<td align="center" colspan="2" style="background-image: url(image/图片2 拷贝.jpg); border-top-style: outset;
border-right-style: outset; border-left-style: outset; height: 105px; border-bottom-style: outset">
<asp:GridView ID="GridView2" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px"
CellPadding="3" CellSpacing="2" Font-Size="9pt" OnPageIndexChanging="GridView2_PageIndexChanging"
PageSize="9" Width="361px">
<Columns>
<asp:BoundField DataField="id" HeaderText="编号" />
<asp:BoundField DataField="name" HeaderText="名星人物" />
<asp:BoundField DataField="age" HeaderText="打榜次数" />
<asp:BoundField DataField="songname" HeaderText="歌曲名称" />
<asp:BoundField DataField="zhishu" HeaderText="人气指数" />
</Columns>
<RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="2" style="height: 20px">
<table cellpadding="0" cellspacing="0" style="width: 413px; background-color: #ffcc99">
<tr>
<td style="width: 107px; height: 30px">
<asp:Label ID="Label2" runat="server" BackColor="#E0E0E0" Font-Size="9pt" ForeColor="Black"
Text="将打榜次数为" Width="76px"></asp:Label></td>
<td style="width: 60px; height: 30px">
<asp:TextBox ID="TextBox1" runat="server" BackColor="#FFE0C0" BorderWidth="1px" CssClass="txt"
Font-Size="10pt" Height="17px" Width="67px"></asp:TextBox></td>
<td align="center" style="width: 133px; height: 30px">
<asp:Label ID="Label3" runat="server" BackColor="#E0E0E0" Font-Size="9pt" ForeColor="Black"
Text="名星人气指数修改为"></asp:Label></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -