Answered by:
How to convert the mobile application from existing web application?

Question
-
User1081236289 posted
Hi,
I have web application it is in live, developed in asp.net 4.0 and database is sql server, when I was open the website in mobile it is showing as scattered manner not looking good. how should I change my application as mobile application with minimal changes what are all the possible ways to do this?
Friday, July 1, 2011 9:17 AM
Answers
-
User-423124851 posted
This post might help you
http://blog.justinholton.com/post/Create-a-Mobile-Friendly-Website-with-ASPNET-Themes.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 1, 2011 9:37 AM -
User1943143334 posted
Hi,
First of all you can add the following META tags for make your website mobile friendly.
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width" />
For more information, check the following link for Mobile Web development in ASP.NET
http://roopeshreddy.wordpress.com/2010/07/25/mobile-development-in-asp-net/
http://roopeshreddy.wordpress.com/category/asp-net/
Hope it helps u...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 1, 2011 10:10 AM
All replies
-
User-423124851 posted
This post might help you
http://blog.justinholton.com/post/Create-a-Mobile-Friendly-Website-with-ASPNET-Themes.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 1, 2011 9:37 AM -
User1943143334 posted
Hi,
First of all you can add the following META tags for make your website mobile friendly.
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width" />
For more information, check the following link for Mobile Web development in ASP.NET
http://roopeshreddy.wordpress.com/2010/07/25/mobile-development-in-asp-net/
http://roopeshreddy.wordpress.com/category/asp-net/
Hope it helps u...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 1, 2011 10:10 AM