all groups > asp.net mobile > september 2004 >
You're in the

asp.net mobile

group:

Problem with MobilePage splitted into multiple WML cards


Problem with MobilePage splitted into multiple WML cards SoSimple
9/21/2004 2:21:27 PM
asp.net mobile:
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


Re: Problem with MobilePage splitted into multiple WML cards JuanDG
9/21/2004 3:20:53 PM
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
[quoted text, click to view]

AddThis Social Bookmark Button