?? so.aspx
字號:
?<%@ page language="C#" autoeventwireup="true" inherits="so, App_Web_xirwkaj3" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<body>
<mobile:Form id="Form1" runat="server" method="post"><mobile:TextBox ID="TextBox1"
Runat="server">請輸入小說名</mobile:TextBox> <mobile:Command ID="Command1" Runat="server" OnClick="Command1_Click">搜索</mobile:Command>
<hr></hr>
按字母搜索
<hr></hr>
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
<hr></hr>
<mobile:ObjectList ID="ObjectList1" Runat="server" CommandStyle-StyleReference="subcommand"
LabelStyle-StyleReference="title">
<DeviceSpecific>
<Choice>
<ItemTemplate>
<mobile:Link Runat="server" Text='<%# ((ObjectListItem)Container)["name"] %>' NavigateUrl='<%# "book.aspx?id="+((ObjectListItem)Container)["id"]%>' ID="Title" NAME="Title">
</mobile:Link>
</ItemTemplate>
</Choice>
</DeviceSpecific>
</mobile:ObjectList></mobile:Form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -