home *** CD-ROM | disk | FTP | other *** search
- <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
- <%@ Page language="c#" Codebehind="CustomizeSearch.aspx.cs" Inherits="NETGenium.Mobile.CustomizeSearch" AutoEventWireup="false" %>
- <HEAD>
- <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" content="C#">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
- </HEAD>
- <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
- <mobile:Form id="form" runat="server" title="NET Genium">
- <mobile:SelectionList id="list" runat="server" SelectType="CheckBox" DataTextField="name" DataValueField="id"></mobile:SelectionList>
- <mobile:Command id="bt" runat="server">OK</mobile:Command>
- </mobile:Form>
- </body>
-