SIGN UP MEMBER LOGIN:    
ARTICLE

Adding Text Directly to Mobile Web Forms

Posted by Dipal Choksi Articles | Mobile & Embedded January 24, 2002
We have seen in previous articles how to develop Mobile Web Forms using the Microsoft Mobile Internet Toolkit.
Reader Level:

We have seen in previous articles how to develop Mobile Web Forms using the Microsoft Mobile Internet Toolkit. We can make use of the Mobile Web Forms controls to add controls which will be rendered on the client side and also have a server side object representation. The controls provide a big spectrum of UI functionality on varied target devices and expose properties methods and events in the server side object model.

However, in simple cases, we may need to just add some plain text and basic markup to the Mobile Web Form-content which does not require any server side manipulations. In this case, we can directly add the literal text to the Mobile Web Form. The Mobile Web forms support a very limited number of literal markup tags directly specified on the web form, namely, <a>, <b>, <br>, <i> and <p> . The tags specified in the literal text may get converted to another format and if the literal text between two controls contains only white space, it will be ignored. To introduce a break between two controls using literal text, use "&nbsp;" in addition to the white space.

The Mobile Internet Controls Runtime generates a LiteralText control to represent the literal text in the control tree. You must keep this in mind when you are accessing controls programmatically.

Let's take a look at a simple example of using literal text within a Mobile Form.

Litera1.gif

Figure: Sample-Using literal text within Mobile Web Forms.

Complete Code Listing

MobileWebForm1.aspx

<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" %>
<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs"
Inherits="mobweb01.MobileWebForm1" AutoEventWireup="false" %>
<meta name="GENERATOR" content="Microsoft Visual Studio 7.0">
<
meta name="CODE_LANGUAGE" content="C#">
<
meta name="vs_targetSchema"
content="http://schemas.microsoft.com/Mobile/Page">
<
body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<
mobile:Form id="Form1" runat="server">
<
B>Literal Text Example for Mobile Web
Forms
</B>&nbsp;<br />
<
p>This example shows how to add literal text within mobile forms. Go to <A
ref
="www.microsoft.com/mobile/pocketpc/default.asp">Microsoft Pocket Pc Web
Site
</A>. </p>&nbsp;<p>
<
I>Next read the instructions carefully.</I>
</
p>Please Enter your Name:
<mobile:TextBox id="Name" runat="server"></mobile:TextBox>
</
mobile:Form>
</
body>

NOTE: This article is purely for demonstration. This article should not be construed as a best practices white paper. This article is entirely original, unless specified. Any resemblance to other material is an un-intentional coincidence and should not be misconstrued as malicious, slanderous, or any anything else hereof.

Conclusion:

We have seen in this article how to add text and basic html markup elements directly to Mobile Web Forms with simple requirements. You can mix the use of literal text and Mobile Web controls to provide a convenient interface for your mobile web sites.

Login to add your contents and source code to this article
share this article :
post comment
 
Team Foundation Server Hosting
Become a Sponsor
PREMIUM SPONSORS
  • Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
    The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
Become a Sponsor