Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello House, please how could I make asp.net web pages diplay well on mobile device, just as the way it is displaying on my laptop and desktop computers? Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 19-May-13 14:16pm    
Yes, you can, but building the whole site oriented to mobile devices would be a crazy idea. At least very questionable. Why not making it simpler but universal?
—SA

The idea looks very questionable to me, please see my comment to the question. A website all oriented only for mobile devices?

Instead of trying to develop code for certain screen resolution, you should assume that is is unknown (and the user can change the window size anytime), so, instead of relying on it, you should design the page in a manner highly tolerable to such characteristics.

Please see my past answers:
Image Height and width in inches[^],
Set A Standard Screen Resolution For Web Application[^],
Get Client Machine Resolution in ASP.net[^],
screen resolution problems.[^],
website display with different view in different monitor[^].

Try to embrace liquid, fluid or elastic Web page design. Please see my past answer:
Webpage screen resolution (Cross Browser\Cross Platform) problem[^].

Good luck,
—SA
 
Share this answer
 
Use bootstrap and customize ur stylesheet with bootstrap stylesheet accordingly..
 
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