I have done a cms website by using aspx and i need to make the website mobile compatible.
What are the techniques in asp to make a website mobile compatible?
Please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Developing ASP.NET pages for mobile device browsers does not differ substantially from developing pages for desktop browsers. To help you create applications for mobile devices, ASP.NET provides a System.Web.Mobile namespace devoted specifically to mobile Web development.
Sample Code:
Mobile-enabled ASP.NET Web Forms / MVC application samples
Refer this:
ASP.NET Web Sites for Mobile Devices
Mobile Support in ASP.NET
jQuery Mobile Framework