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

  1. <%@ Page language="c#" Codebehind="Search.aspx.cs" Inherits="NETGenium.Mobile.Search" AutoEventWireup="false" %>
  2. <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
  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:Label id="lbl" runat="server" EnableViewState="False"></mobile:Label>
  11.         <mobile:TextBox id="tb" runat="server" EnableViewState="False"></mobile:TextBox>
  12.         <mobile:Command id="bt" runat="server" EnableViewState="False">Go</mobile:Command>
  13.         <mobile:Command id="btCustomize" runat="server" EnableViewState="False"></mobile:Command>
  14.         <mobile:Label id="space" runat="server" EnableViewState="False"></mobile:Label>
  15.         <mobile:Link id="hlBack" runat="server" EnableViewState="False"></mobile:Link>
  16.     </mobile:Form>
  17. </body>
  18.