Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / May 2004

Tip: Looking for answers? Try searching our database.

Mobile link

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 03 May 2004 16:14 GMT
How do I use a mobile link to link to another FORM on another mobile aspx
page?  I don't just want to link to another aspx page, but I want to go
further and jump to a specific form on that page.  Can it be done using the
"mobile link" control?
Thanks in advance.
Jean-Luc David [MS-MVP] - 04 May 2004 13:15 GMT
Hi John,

A mobile control isn't necessarily required. All you need is
a named anchor. For example:

page1.aspx:
<a href="page2.aspx#content">Jump to Contents of Page 2</a>

page2.aspx:
<a name="content">Content</a>

Keep in mind this approach will not persist the ViewState and
will not work at all in certain mobile devices.

Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net

----------------------------------------------------------------------------
----
> How do I use a mobile link to link to another FORM on another mobile aspx
> page?  I don't just want to link to another aspx page, but I want to go
> further and jump to a specific form on that page.  Can it be done using the
> "mobile link" control?
> Thanks in advance.
John - 04 May 2004 13:38 GMT
Thanks for the reply !

'CAN' I use a mobile control (or will it also not work on certain mobile
devices nor persist ViewState?)?

Maybe I'll be better off just linking to the different aspx pages and from
the first mobile form, I can link to the other forms on that same page.  The
structure of my site may allow for this.  I'll wait for your reply to see
which way I decide to go.

Thanks again!

> Hi John,
>
[quoted text clipped - 25 lines]
> > "mobile link" control?
> > Thanks in advance.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.