?? liuyan.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="liuyan.aspx.cs" Inherits="tongxue_liuyan" %>
<%@ Register Src="navi.ascx" TagName="navi" TagPrefix="uc1" %>
<!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>無標(biāo)題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:navi ID="Navi1" runat="server" />
<div id="liuyan" runat ="server"></div>
<div id="navigator" class="mainblog" runat ="server">
<asp:LinkButton ID="lb_previous" runat="server"
OnClick="lb_previous_Click" >上一頁</asp:LinkButton>
<asp:LinkButton ID="lb_next"
runat="server" OnClick="lb_next_Click" >下一頁</asp:LinkButton>
您當(dāng)前訪問的是第<span id="cpage" runat="server"></span>頁,共<span id="spage" runat="server"></span>頁,跳轉(zhuǎn)到<asp:TextBox
ID="tb_goPage" runat="server" SkinID ="line" Width="16px" OnTextChanged="tb_goPage_TextChanged"></asp:TextBox>頁<br />
</div>
<div id="reply">發(fā)表留言:<br />
<asp:TextBox ID="tbLiuyan" runat="server" Height="170px" TextMode="MultiLine"
Width="374px"></asp:TextBox><br />
<asp:Button ID="btnLiuyan" runat="server" OnClick="btnLiuyan_Click" Text="添加" Width="63px" />
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -