Click here to Skip to main content
15,891,885 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i know this is more html question rather than asp.net but can anyone tell me how to create a responsive website in asp.net , may be there are some online template available or something.

my need is ..

on admin side

1) we will have list and add screen only for different modules. most of form will have html editor like ck editor


on front end :

here all the things will be dynamic based on html editor from admin panel. we don't know what html/style admin will provide in the ck editor. so when we bind this html on front end how can we know whether that is responsive or not?????

p.s.

we have to strictly follow the responsive thing in our website.
Posted

You cannot validate the entered Html/CSS through Ck Editor will be Responsive or not. May be after building the Dynamic Screen it can be tested . There are various Tools which simulates the Device Resolutions and Touch capabilities which can be useful.Then the admin may be change the HTML/CSS Design accordingly.

Try

http://ruit.mytechlabs.com/[^]

http://mattkersley.com/responsive/[^]

http://modernizr.com/[^]
 
Share this answer
 
v2
Comments
ravikhoda 10-Feb-14 23:21pm    
thanks i will have a look at these links.
For Responsive, see my previous answer - design issue to be considered for web application on touch screen[^].
Quote:
so when we bind this html on front end how can we know whether that is responsive or not?????
You need to test that on different devices including touch screens.
 
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