Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i set the asp application to fit it in all the monitors.
Posted
Comments
nitin bhoyate 27-Apr-13 8:18am    
You can set this from CSS. e.g. for pagewrapper class you need to set width:100%;

You can't - your server application has no control over the size of the user browser, and cannot (for security reasons) find out information about the number, size or type of the users monitor(s). You can (with some browsers) maximize a new browser window instance, but that's about your lot.

And don't forget that you will probably seriously annoy your users if you start playing with their carefully set window sizes.
 
Share this answer
 
For every point of view I see, I understand you want to control web browsers (in an intrusive way). if it is not the case, please provide us more details to find a solution.

I understand you need a certain solution, maybe you are focused on the wrong technology. But we need more info to help you.

For example, we make a survey we needed and wanted that the user has access only to that application (among other things). We hire the services of a site that uses Java applet to achieve this (because our team does not handle Java apple technology and they were on a hurry).

You should try to open a website within a windows form and apply full screen to that windows form (like creating your own browser).
 
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