home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / komercni / netgenium / NETGenium.msi / _B4A5F9DE730F039E0CBFC30C1A8A8467 / _8A0F660A977F493F95B8FDF881502F6E < prev    next >
Text File  |  2004-10-01  |  802b  |  14 lines

  1. <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
  2. <%@ Page language="c#" Codebehind="CustomizeSearch.aspx.cs" Inherits="NETGenium.Mobile.CustomizeSearch" AutoEventWireup="false" %>
  3. <HEAD>
  4.     <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
  5.     <meta name="CODE_LANGUAGE" content="C#">
  6.     <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
  7. </HEAD>
  8. <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
  9.     <mobile:Form id="form" runat="server" title="NET Genium">
  10.         <mobile:SelectionList id="list" runat="server" SelectType="CheckBox" DataTextField="name" DataValueField="id"></mobile:SelectionList>
  11.         <mobile:Command id="bt" runat="server">OK</mobile:Command>
  12.     </mobile:Form>
  13. </body>
  14.