unable to get the table in the output

G

Guest

hi,
i tried an mobile web page but when i use table tag iam get a
message while designing 'active schema does not support'.pls help me to solve
this problem

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="MobileWebForm2.aspx.vb"
Inherits="WMSMobileWebApplication.MobileWebForm2" aspCompat="True"%>
<%@ 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="Visual Basic .NET 7.1">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="Form1" runat="server">
<Table>
<TR>
<TD width="127" colSpan="3">
<mobile:Label id="lb_Title" runat="server">Pallet Transfer</mobile:Label>
</TD>
</TR>
<TR>
<TD width="149">
<mobile:Label id="Label1" runat="server" Wrapping="NoWrap">Transfer
Sheet No</mobile:Label>
</TD>
<TD>
<mobile:TextBox id="txt_Transfer_Sheet_No"
runat="server"></mobile:TextBox>
</TD>
<TD></TD>
</TR>
</Table>
</mobile:Form>
</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top