home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2004-10-01 | 1.1 KB | 18 lines |
- <%@ Page language="c#" Codebehind="Search.aspx.cs" Inherits="NETGenium.Mobile.Search" AutoEventWireup="false" %>
- <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
- <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:Label id="lbl" runat="server" EnableViewState="False"></mobile:Label>
- <mobile:TextBox id="tb" runat="server" EnableViewState="False"></mobile:TextBox>
- <mobile:Command id="bt" runat="server" EnableViewState="False">Go</mobile:Command>
- <mobile:Command id="btCustomize" runat="server" EnableViewState="False"></mobile:Command>
- <mobile:Label id="space" runat="server" EnableViewState="False"></mobile:Label>
- <mobile:Link id="hlBack" runat="server" EnableViewState="False"></mobile:Link>
- </mobile:Form>
- </body>
-