📄 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 style="border-right: #9999ff thin solid; border-top: #9999ff thin solid;
background-image: url(image/cd_ht_1.jpg); border-left: #9999ff thin solid; width: 729px;
border-bottom: #9999ff thin solid; height: 174px">
<tr>
<td style="width: 491px; height: 166px">
</td>
<td style="width: 82px; height: 166px">
</td>
<td style="width: 100px; height: 166px">
</td>
<td style="width: 100px; height: 166px">
</td>
</tr>
<tr>
<td style="width: 491px; height: 334px">
</td>
<td style="width: 82px; height: 334px">
<table align="center" bgcolor="black" border="1" bordercolor="#ffffff" cellpadding="1" cellspacing="1">
<tr>
<td style="font-weight: bold; font-size: 18pt; text-align: center" bgcolor="#ffffff">
访问SQL Server 2005数据库</td>
</tr>
<tr>
<td bgcolor="#ffffff">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="访问SQL Server 2005数据库"
Width="185px" style="font-size: 9pt; color: #003399;border: 1px #003399 solid;BORDER-BOTTOM: #93bee2 1px solid;
BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid;background-color: #e8f4ff;CURSOR: hand;font-style: normal ;" Font-Names="Tahoma"/></td>
</tr>
<tr>
<td style="text-align: center" bgcolor="#ffffff">
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" Font-Size="10pt" Height="219px" ShowFooter="True" Width="351px">
<FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#E3EAEB" HorizontalAlign="Center" />
<EditRowStyle BackColor="#7C6F57" />
<SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</td>
<td style="width: 100px; height: 334px">
</td>
<td style="width: 100px; height: 334px">
</td>
</tr>
<tr>
<td style="width: 491px; height: 55px">
</td>
<td style="width: 82px; height: 55px">
</td>
<td style="width: 100px; height: 55px">
</td>
<td style="width: 100px; height: 55px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -