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 >
Wrap
Text File
|
2004-10-01
|
802b
|
14 lines
<%@ 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>