Groups | Blog | Home
all groups > asp.net mobile > november 2004 >

asp.net mobile : MobilePage / Page Title



George Durzi
11/17/2004 2:05:34 PM
Does a MobilePage not have a page title property? I can't seem to find one.

JuanDG
11/19/2004 9:09:04 AM
Well, I did my best to find the exact class that implements the Title
property but I could not find it.
The true fact is that there’s a title for Mobile WebForms, you can set it in
the design view in the properties pane in VS.NET or WebMatrix, or in the HTML
view simply add the “title” property to de <mobile:Form> tag, something like
this:

<mobile:Form id="Form1" runat="server" title="Name">

And at runtime the title it’s displayed by the corresponding tag in the
browser’s markup language (WML, cHTML, XHTML).

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia


[quoted text, click to view]
AddThis Social Bookmark Button