ASPX page resize

  • Thread starter Thread starter Fabrizio
  • Start date Start date
F

Fabrizio

Hi,
can and aspx page be resized depending on the requester
dysplay resolution?
how?
Thank you,
Fabrizio
 
Aspx pages are resized automatically depending on the web browser window's
dimensions. However, when you "draw" controls on a web form, the widths and
heights of your controls are permanent. So you might consider delving into
the HTML and CSS code of the web forms, and change the widths to be
determined in terms of percentages rather than pixels.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ASPX and DHCP addresses 1
ASPX page sizing 1
ASPX page and System.DATA 1
ASPX pages 6
Variables in ASPX page 2
swf movie 1
[WPF] Resizing with WPF 2
Downloadable files list 3

Back
Top