1
Answer

How to configure Website Views in all the browser

Photo of Yuvi Sharma

Yuvi Sharma

7y
217
1
Hi everyone 
i,m faceing a problem please anybody help me.
i have develop a web application.
when i'm debugging it in chrom browser it's proper all things
but when i'm using other browser like internet explorer and Firfox it is showing defferent all the design of the web application.
 
what should i do any one please help me.
 
and also i how to configure it for mobile view.  

Answers (1)

-1
Photo of Manikandan Murugesan
NA 20.5k 98.9k 7y
Responsive Web design is the approach that suggests that design and development should respond to the user's behavior and environment based on screen size, platform and orientation. The practice consists of a mix of flexible grids and layouts, images and an intelligent use of CSS media queries.
     Adaptive web design (AWD) promotes the creation of multiple versions of a web page to better fit the user's device, as opposed to a single version like other web design techniques. Adaptive web design encompasses a range of other strategies that can be combined with responsive web design.
   Responsive web design is almost always the safer option to go with for your site. It always functions well regardless of what new screen sizes come and go, improves loading times, and is usually well worth the extra effort in putting it together.
 
 To create the responise Website using ASP.NET Refer this article :
http://www.c-sharpcorner.com/UploadFile/7dc621/how-to-create-responsive-website-using-Asp-Net/ 
 
http://www.c-sharpcorner.com/UploadFile/7dc621/how-to-create-responsive-website-using-Asp-Net-with-bootstra/