Iam developing a Web Application, which runs on both Mobile & Desktop browsers. While displaying in Mobile browsers, i want to give option like View in
Mobile | Classic , so that user can select the option he requires. Can any one help, how to do this in ASP.NET.
While displaying in Mobile browsers, i want to give option like View in Mobile | Classic ,
Instead of let the user select an option, you can make that option programmaticaly. You need to detect the device that is requesting a page, and redirect the user to a specific page that's is optimized for his device, according to the capabilities of that
device. When you download the lasted
Mobile Device Browser file to detect the device and it capabilities.
To customize the pages as per the mobile device it is very important to know the capabilities of the mobile device accessing your website. Please use above URL if you are looking for same.
We are using this and found very easy to implement and useful in our developments.
Star
14065 Points
3270 Posts
Displaying website in Mobile
Mar 04, 2010 02:32 AM|roopeshreddy|LINK
Hi,
Iam developing a Web Application, which runs on both Mobile & Desktop browsers. While displaying in Mobile browsers, i want to give option like View in Mobile | Classic , so that user can select the option he requires. Can any one help, how to do this in ASP.NET.
Thanks & Regards
Roopesh Reddy C
Mobile
Roopesh Reddy C
Roopesh's Space
All-Star
32861 Points
7877 Posts
Re: Displaying website in Mobile
Mar 04, 2010 04:58 AM|qwe123kids|LINK
Hi,
know a days mobile coming with good browser u can use normal aspx
if u want mobiel specfic then there are control Availble in Vs 2005
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
All-Star
25756 Points
7014 Posts
Re: Displaying website in Mobile
Mar 04, 2010 06:40 AM|hans_v|LINK
Instead of let the user select an option, you can make that option programmaticaly. You need to detect the device that is requesting a page, and redirect the user to a specific page that's is optimized for his device, according to the capabilities of that device. When you download the lasted Mobile Device Browser file to detect the device and it capabilities.
Also take a look at:
http://51degrees.co.uk/Products/NetMobileAPI
Member
602 Points
171 Posts
Re: Displaying website in Mobile
Mar 05, 2010 02:27 AM|matrixvibe|LINK
I agree with hans_v.
To customize the pages as per the mobile device it is very important to know the capabilities of the mobile device accessing your website. Please use above URL if you are looking for same.
We are using this and found very easy to implement and useful in our developments.
Thanks
Amit Patel