home *** CD-ROM | disk | FTP | other *** search
- <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
- <%@ Page language="c#" Codebehind="Filters.aspx.cs" Inherits="NETGenium.Mobile.Filters" 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:ObjectList id="list" runat="server" LabelStyle-StyleReference="title" CommandStyle-StyleReference="subcommand">
- <DeviceSpecific>
- <Choice Xmlns="http://schemas.microsoft.com/mobile/html32template">
- <ItemTemplate>
- <mobile:Label id=lbl runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.name") + ":" %>'>
- </mobile:Label>
- <mobile:SelectionList id="ddl" runat="server"></mobile:SelectionList>
- <mobile:Label id=lblID runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.id") %>' Visible="False">
- </mobile:Label>
- </ItemTemplate>
- <SeparatorTemplate>
- <mobile:Label id="space" runat="server"></mobile:Label>
- </SeparatorTemplate>
- </Choice>
- </DeviceSpecific>
- </mobile:ObjectList>
- <mobile:Command id="bt" runat="server">Go</mobile:Command>
- </mobile:Form>
- </body>
-