📄 webform1.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="TheClient.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript (ECMAScript)">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#ffcc99">
<form id="Form1" method="post" runat="server">
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 11px; POSITION: absolute; TOP: 92px" runat="server" Height="164px" Width="757px" BorderStyle="None" GridLines="Vertical" BorderWidth="1px" BorderColor="#DEDFDE" BackColor="White" CellPadding="4" ForeColor="Black">
<FooterStyle BackColor="#CCCC99"></FooterStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#6B696B"></HeaderStyle>
<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#F7F7DE" Mode="NumericPages"></PagerStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#CE5D5A"></SelectedItemStyle>
<AlternatingItemStyle BackColor="White"></AlternatingItemStyle>
<ItemStyle BackColor="#F7F7DE"></ItemStyle>
</asp:DataGrid>
<asp:Button id="Populate" style="Z-INDEX: 102; LEFT: 341px; POSITION: absolute; TOP: 56px" runat="server" Text="Test Populate" Width="121px" Height="23px"></asp:Button>
<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 20px; POSITION: absolute; TOP: 10px" runat="server" Width="283px" Height="19px" Font-Bold="True" Font-Size="Large">Testing the Web Service:</asp:Label>
<asp:DropDownList id="DropDownList1" style="Z-INDEX: 104; LEFT: 11px; POSITION: absolute; TOP: 54px" runat="server" Width="315px" Height="22px">
<asp:ListItem Value="Select * from authors">Select * from authors</asp:ListItem>
<asp:ListItem Value="Select * from titles">Select * from titles</asp:ListItem>
<asp:ListItem Value="Select * from sales">Select * from sales</asp:ListItem>
<asp:ListItem Value="Select * from publishers">Select * from publishers</asp:ListItem>
<asp:ListItem Value="select * from titleauthor">select * from titleauthor</asp:ListItem>
<asp:ListItem Value="Select * from pub_info where pub_id = '9999'">Select * from pub_info where pub_id = '9999'</asp:ListItem>
</asp:DropDownList>
<asp:Button id="RunSql" style="Z-INDEX: 105; LEFT: 533px; POSITION: absolute; TOP: 56px" runat="server" Text="Test RunSql"></asp:Button>
<asp:Label id="messages" style="Z-INDEX: 106; LEFT: 69px; POSITION: absolute; TOP: 366px" runat="server" Width="361px" Height="84px"></asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -