locked
how to make the website mobile friendly! RRS feed

  • Question

  • User-1801897777 posted

    Hi, I have developed a regular asp.net website. Users asked me to make it fit mobile devices like iPad, iPhone, Samsung phone. What is the easy approach to make it work on mobile device? Any suggestions are welcome.

    Right now, after user's login, the page is redirected to mobile.aspx page which does not exist in my app. How to stop this behavior?

    Thanks

    Thursday, September 1, 2016 7:40 PM

All replies

  • User603616845 posted

    Hi,

    how to make the website mobile friendly!

    You can use Bootstrap which provides all the css which is required to change the view on runtime based on device which we are using. You can get example from here 

    http://getbootstrap.com/css/

    You can find live example and code for mobile friendly website from here.

    https://startbootstrap.com/

    Hope this will help you.

    thanks

    Friday, September 2, 2016 5:24 AM