Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NEt development for different screen resolutions

Status
Not open for further replies.

wallaceoc80

Programmer
Joined
Jul 7, 2004
Messages
182
Location
GB
I am developing a Web application, and while doing so on a monitor with 1024 x 768 resolution. However, when I look at it on a monitor with bigger resolution the page does not expand to fill the screen. Is there any way I can develop my monitor that can allow the page to expand, etc.. to the specific monitors resolution?

Thanks for the help,

Wallace
 
For your tables, use:

<TABLE width="100%">

I designed my site for a 800 by 600 resolution and it
will stretch into a 800 by 1200.
You have to test it in both resolution and make sure
it "centers" in both. Use the Align=left,right,center to
adjust alignmemts of <table> and <td> elements.
 
I'm using a DataGrid and when I try to use percentage values to adjust the size it does not seem to work. Any ideas why not?

Thanks,

Wallace
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top