?? webform2.aspx
字號:
<%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="Exam.WebForm2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm2</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT style="FONT-SIZE: 14px" face="宋體">
<asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 560px; POSITION: absolute; TOP: 88px"
runat="server" Width="192px" Height="136px" PageSize="5" AllowPaging="True">
<PagerStyle PageButtonCount="5" Mode="NumericPages"></PagerStyle>
</asp:datagrid><asp:datagrid id="DataGrid2" style="Z-INDEX: 102; LEFT: 304px; POSITION: absolute; TOP: 64px"
runat="server" Width="208px" Height="144px" PageSize="2" AllowPaging="True">
<Columns>
<asp:TemplateColumn HeaderText="FT">
<ItemTemplate>
<asp:Label id="Label7" runat="server">我靠</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="超">
<ItemTemplate>
<asp:HyperLink runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.1", "郁悶{0}") %>' NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.2", "123.aspx?ft={0}") %>'>
</asp:HyperLink>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="刪除">
<ItemTemplate>
<asp:LinkButton id="LinkButton2" runat="server" CommandName="Delete" Text="刪除" CausesValidation="false"></asp:LinkButton>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="Label6" style="Z-INDEX: 103; LEFT: 192px; POSITION: absolute; TOP: 32px" runat="server">Label</asp:label><asp:datagrid id="DataGrid3" style="Z-INDEX: 104; LEFT: 32px; POSITION: absolute; TOP: 48px" runat="server"
AutoGenerateColumns="False">
<Columns>
<asp:TemplateColumn HeaderText="留言信息">
<ItemTemplate>
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="0">
<TR>
<TD>
<asp:Label id=Label1 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.1") %>'>
</asp:Label></TD>
<TD>
<asp:Label id=Label2 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.2") %>'>
</asp:Label></TD>
<TD>
<asp:Label id="Label3" runat="server">回復</asp:Label></TD>
<TD>
<asp:LinkButton id="LinkButton1" runat="server" CommandName="Delete">刪除</asp:LinkButton></TD>
</TR>
<TR>
<TD colSpan="4">
<asp:Label id=Label4 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.1") %>'>
</asp:Label></TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn>
<ItemTemplate>
<asp:HyperLink runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.電子郵箱", "電子郵箱:{0}") %>' NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.電子郵箱", "mailto:{}") %>'>
</asp:HyperLink>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid></FONT></form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -