Mobile:Form : Form « Mobile « ASP.NET Tutorial






<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="VB" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

<Mobile:Form BackColor="#ccddcc" runat="server">
   <Mobile:Label runat="server" Text="Hello World!"/>
</Mobile:Form>








23.3.Form
23.3.1.Mobile:Form
23.3.2.Post to Mobile:form
23.3.3.Submit a form
23.3.4.Set ActiveForm