[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Problem with MobilePage splitted into multiple WML cards

Lukasz

9/21/2004 12:21:00 PM

Hello everyone,

I have a problem with a MobilePage with three panels on it. On some devices
(more specifically, European Openwave-equipped devices like Siemens S55 and
Samsung SGH-X100), .NET splits the page into multiple WML cards and adds a
stupid 'OK' links for navigating between cards. Any idea how to disable this
behaviour (keep the page in a signle WML card) or at least change the 'OK'
link label to something else (like 'Read on..')?

Thanks in advance for your help
Schparaq



1 Answer

JuanDG

9/21/2004 8:21:00 PM

0

There''s a class called "Pager Style", it has group of properties specific to
the pagination of the Mobile Web Form. you can manipulate them to obtain the
results you want

there''s a property called "NextPageText" where you can change that OK to
whatever you want
Form1.PagerStyle.NextPageText = "''Read on..."

hope it helps!!!

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
"SoSimple" <lukasz@sosimple.pl> wrote in message
news:eT15FW9nEHA.2024@TK2MSFTNGP09.phx.gbl...
> Hello everyone,
>
> I have a problem with a MobilePage with three panels on it. On some
> devices
> (more specifically, European Openwave-equipped devices like Siemens S55
> and
> Samsung SGH-X100), .NET splits the page into multiple WML cards and adds a
> stupid ''OK'' links for navigating between cards. Any idea how to disable
> this
> behaviour (keep the page in a signle WML card) or at least change the ''OK''
> link label to something else (like ''Read on..'')?
>
> Thanks in advance for your help
> Schparaq
>
>
>