How to Set web page resolution in asp.net

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2006
Posts: 17
Reputation: Dhruv Shah is an unknown quantity at this point 
Solved Threads: 0
Dhruv Shah Dhruv Shah is offline Offline
Newbie Poster

How to Set web page resolution in asp.net

 
0
  #1
Sep 19th, 2006
I am developing a web site based on Job Application. Now when i run this site at my client's computer the pages are look much wider.
I have 17 inch Monitor and my client has 15 inch monitor.
So how could i slove this problem regarding the screen resolution.

Please Help me out.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: How to Set web page resolution in asp.net

 
0
  #2
Sep 19th, 2006
You don't. Or, rather, you shouldn't worry about this it all. Pick a standard resolution, such as 800x600, and code for it. Trying to code for all possible screen resolutions and browser window sizes will drive you crazy, and in my opinion it's sticking your nose where it doesn't belong: inside the users' preferences for monitor and window settings.

That said, JavaScript does give a "screen" object which you can interrogate to gather info about resolution. ASP.NET should have that built in to some object or other for you.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 17
Reputation: Dhruv Shah is an unknown quantity at this point 
Solved Threads: 0
Dhruv Shah Dhruv Shah is offline Offline
Newbie Poster

Re: How to Set web page resolution in asp.net

 
0
  #3
Sep 20th, 2006
Originally Posted by tgreer View Post
You don't. Or, rather, you shouldn't worry about this it all. Pick a standard resolution, such as 800x600, and code for it. Trying to code for all possible screen resolutions and browser window sizes will drive you crazy, and in my opinion it's sticking your nose where it doesn't belong: inside the users' preferences for monitor and window settings.

That said, JavaScript does give a "screen" object which you can interrogate to gather info about resolution. ASP.NET should have that built in to some object or other for you.
i am using asp.net 2003 sir can you pls give me some pseudocode for this. my code behind is vb.net 2003
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: How to Set web page resolution in asp.net

 
0
  #4
Sep 20th, 2006
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC