📄 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -