Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
2.50/5 (5 votes)
Hi,

Can anyone please let me know which is the best approach to convert an asp.net web application to mobile web application.

Thanks in Advance.
Posted
Updated 4-Mar-17 2:29am

General asp.net website works absolutely fine in all Mobile browsers. The beauty of asp.net is, it will render the content based on the requested device.

If you really want a different site for Mobile device, try creating a new site for Mobile devices. But you need to detect whether the request is from Mobile device or Desktop web browsers.

For more information, check the below links
Mobile Development in ASP.NET[^]
Latest Browser Configuration Files[^]

How To: Add Mobile Pages to Your ASP.NET [^]

..and also check out similar discussion here[^]
 
Share this answer
 
Comments
shaikh-adil 12-Dec-12 1:20am    
+5
Prasad_Kulkarni 12-Dec-12 1:30am    
Thank you Shaikh!
shaikh-adil 12-Dec-12 1:21am    
sir can you guide me here is my question , i am facing problem in simple step.
http://www.codeproject.com/Questions/507182/passing-data-from-dynamically-generated-cotrol-to-.aspx
Prasad_Kulkarni 12-Dec-12 1:30am    
Sure, let me check it.
Any html-based site can be mobile-friendly. The quickest way is to use an existing framework like Bootstrap: Bootstrap · The world's most popular mobile-first and responsive front-end framework.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900