| 123456789101112131415161718 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="EBook.Web.Test.Test" %>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title></title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <asp:Button runat="server" ID="BtnTest" Text="测试数组排序" OnClick="BtnTest_Click" />
- <asp:TextBox runat="server" ID="Data" Text="" Width="1000"></asp:TextBox>
- </div>
- </form>
- </body>
- </html>
|