WAP Site and back button

S

Sara T.

I develop WAP site by using VS.NET but I didn't see any WebControl to set
the browser back like a normal wap site or web site.

I mean if I am in PAGE 2, I need to have a button to click for back to PAGE
1.

How can I do?

Sara T.
 
J

Jean-Luc David [MS-MVP]

Hi Sara,

You have several options:

a) If you create a site with a multi-card deck, most WAP
browsers will automatically render a back button.

b) If you want to guarantee a back button, you can explicitly
use the mobile:Link control on your page. For example:

<mobile:Link runat="server"
NavigateURL="page1.aspx">
Back
</mobile:Link>

c) A filter can be used to also provide navigation on a WAP site
via the <do> command. Here is a kb article on that very topic:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q314519

Thanks,
Jean-Luc David
Microsoft .NET MVP
(e-mail address removed)
http://www.stormpixel.com
http://weblogs.asp.net/jld/

--- Original Message ---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top