[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

George Durzi

11/17/2004 9:06:00 PM

Does a MobilePage not have a page title property? I can't seem to find one.


1 Answer

JuanDG

11/19/2004 5:09:00 PM

0

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 &#226;??title&#226;? property to de <mobile:Form> tag, something like
this:

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

And at runtime the title it&#226;??s displayed by the corresponding tag in the
browser&#226;??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


"George Durzi" wrote:

> Does a MobilePage not have a page title property? I can''t seem to find one.
>
>
>