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
JuanDG - 21 Sep 2004 21:20 GMT
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
> Hello everyone,
>
[quoted text clipped - 10 lines]
> Thanks in advance for your help
> Schparaq