To control where the controls are laid out without absolute positioning, you would need to do some CSS work or use tables to control the layout.
Some searching on Google should turn up plenty of tutorials on using CSS or tables to layout your page(s), also there are some links from earlier in the thread about CSS layout.
Michael De Lorenzo
-------------------------------
www.delorenzodesign.com
delorenzodes...
Participant
1135 Points
240 Posts
Re: How can I get the screen resolution?
Apr 18, 2006 01:25 PM|LINK
-------------------------------
www.delorenzodesign.com
jsn1
Participant
985 Points
324 Posts
Re: How can I get the screen resolution?
Apr 18, 2006 02:02 PM|LINK
I am doing some test not using the absolute position, the probme is that I can not control where the controls should be dsiplayed in the form.
Is it a better idea to adjust the absolute position for some controls recalculating if follwing the screen resolution to make them fit in the screen?
is it a good idea?
thanks
jose
delorenzodes...
Participant
1135 Points
240 Posts
Re: How can I get the screen resolution?
Apr 18, 2006 02:13 PM|LINK
Some searching on Google should turn up plenty of tutorials on using CSS or tables to layout your page(s), also there are some links from earlier in the thread about CSS layout.
-------------------------------
www.delorenzodesign.com
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: How can I get the screen resolution?
Apr 18, 2006 03:26 PM|LINK
I just posted this for someone else:
http://forums.asp.net/thread/1245460.aspx
NC...