Click here to Skip to main content
16,010,268 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUser controls -vs- WebParts Pin
Member 39190492-Jun-08 6:06
Member 39190492-Jun-08 6:06 
AnswerRe: User controls -vs- WebParts Pin
Christian Graus2-Jun-08 6:34
protectorChristian Graus2-Jun-08 6:34 
QuestionCompiling ASP.NET using ClientBuildManager class Pin
celebmor2-Jun-08 5:05
celebmor2-Jun-08 5:05 
Questionsave and retrieve images from mysql database using asp.net with c# Pin
jmohan2-Jun-08 4:45
jmohan2-Jun-08 4:45 
AnswerRe: save and retrieve images from mysql database using asp.net with c# Pin
Christian Graus2-Jun-08 4:46
protectorChristian Graus2-Jun-08 4:46 
QuestionFit website to screen Pin
eyeseetee2-Jun-08 4:38
eyeseetee2-Jun-08 4:38 
AnswerRe: Fit website to screen Pin
Christian Graus2-Jun-08 4:45
protectorChristian Graus2-Jun-08 4:45 
AnswerRe: Fit website to screen Pin
JimmyRopes2-Jun-08 6:08
professionalJimmyRopes2-Jun-08 6:08 
As Christian has indicated, the short answer is yes.

The question is do you really want to do this?

Take a look at the design of the website on differently formatted height/width ratios. Sometimes a page rendered in one height/width ratio doesn't render very well when left to float at a different ratio.

I have run into this with wide screen formats where the width is considerably larger than the height. What looked good in a less radical ratio looked stretched out in a wide screen format.

It all depends on the layout and content of the website if letting the width vary unconditionally is a good design. Sometimes you may want to set the max-width CSS attribute on a block element.

Of course IE prior to IE7 doesn't recognize this attribute so you will need to implement one of those nasty IE hacks to get it to behave reasonably.


Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes



GeneralRe: Fit website to screen Pin
eyeseetee2-Jun-08 21:45
eyeseetee2-Jun-08 21:45 
QuestionObject reference not set to an instance of an object Pin
laziale2-Jun-08 4:06
laziale2-Jun-08 4:06 
AnswerRe: Object reference not set to an instance of an object Pin
Vasudevan Deepak Kumar2-Jun-08 4:12
Vasudevan Deepak Kumar2-Jun-08 4:12 
GeneralRe: Object reference not set to an instance of an object Pin
laziale2-Jun-08 4:19
laziale2-Jun-08 4:19 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus2-Jun-08 4:49
protectorChristian Graus2-Jun-08 4:49 
QuestionScrolling Datagrid Pin
EzhilarasiMSc2-Jun-08 3:31
EzhilarasiMSc2-Jun-08 3:31 
AnswerRe: Scrolling Datagrid Pin
Vasudevan Deepak Kumar2-Jun-08 3:35
Vasudevan Deepak Kumar2-Jun-08 3:35 
GeneralRe: Scrolling Datagrid Pin
EzhilarasiMSc2-Jun-08 3:43
EzhilarasiMSc2-Jun-08 3:43 
GeneralRe: Scrolling Datagrid Pin
Vasudevan Deepak Kumar2-Jun-08 4:19
Vasudevan Deepak Kumar2-Jun-08 4:19 
Questionhow do i send a Email using asp.Net Pin
koolprasad20032-Jun-08 3:00
professionalkoolprasad20032-Jun-08 3:00 
AnswerRe: how do i send a Email using asp.Net Pin
Vasudevan Deepak Kumar2-Jun-08 3:01
Vasudevan Deepak Kumar2-Jun-08 3:01 
GeneralRe: how do i send a Email using asp.Net Pin
koolprasad20034-Jun-08 18:22
professionalkoolprasad20034-Jun-08 18:22 
AnswerRe: how do i send a Email using asp.Net Pin
N a v a n e e t h2-Jun-08 3:18
N a v a n e e t h2-Jun-08 3:18 
GeneralRe: how do i send a Email using asp.Net Pin
Vasudevan Deepak Kumar2-Jun-08 3:25
Vasudevan Deepak Kumar2-Jun-08 3:25 
GeneralRe: how do i send a Email using asp.Net Pin
N a v a n e e t h2-Jun-08 3:52
N a v a n e e t h2-Jun-08 3:52 
GeneralRe: how do i send a Email using asp.Net Pin
Vasudevan Deepak Kumar2-Jun-08 3:58
Vasudevan Deepak Kumar2-Jun-08 3:58 
AnswerRe: how do i send a Email using asp.Net Pin
Christian Graus2-Jun-08 5:01
protectorChristian Graus2-Jun-08 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.