so.aspx

来自「wap小说原创门户采集wapv2·0............」· ASPX 代码 · 共 27 行

ASPX
27
字号
<%@ 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>&nbsp; <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&nbsp; 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 + =
减小字号Ctrl + -
显示快捷键?