473,394 Members | 1,770 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Window Resize in IE 5.0?

al
Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha
Nov 18 '05 #1
4 1934
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
ja******@online.microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: gr*********@yahoo.com (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Window Resize in IE 5.0?
Date: 2 Apr 2004 11:44:52 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <66**************************@posting.google.com >
NNTP-Posting-Host: 212.138.47.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004 19:44:52 GMT)X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA01.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo
gle.com!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha


Nov 18 '05 #2
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
ja******@online.microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: gr*********@yahoo.com (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Window Resize in IE 5.0?
Date: 2 Apr 2004 11:44:52 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <66**************************@posting.google.com >
NNTP-Posting-Host: 212.138.47.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004 19:44:52 GMT)X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA01.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo
gle.com!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha


Nov 18 '05 #3
al
ja******@online.microsoft.com (Jim Cheshire [MSFT]) wrote in message news:<IB**************@cpmsftngxa06.phx.gbl>...
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
ja******@online.microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: gr*********@yahoo.com (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Window Resize in IE 5.0?
Date: 2 Apr 2004 11:44:52 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <66**************************@posting.google.com >
NNTP-Posting-Host: 212.138.47.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004

19:44:52 GMT)
X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
Path:

cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA01.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo
gle.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha

Thanks for your reply.

From your expense, what is the easiest method to get IE to resize all
controls? Should I use all nested tables?
Nov 18 '05 #4
Hi Grawsha,

Tables are one solution. Another would be to use CSS. The choice is yours
and there are benefits and drawbacks to both. For more information on this
kind of thing, you'll be better off posting in the Internet client
development groups.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
ja******@online.microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: gr*********@yahoo.com (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Window Resize in IE 5.0?
Date: 4 Apr 2004 11:28:39 -0700
Organization: http://groups.google.com
Lines: 52
Message-ID: <66**************************@posting.google.com >
References: <66**************************@posting.google.com > <IB**************@cpmsftngxa06.phx.gbl>NNTP-Posting-Host: 212.138.47.26
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1081103319 7804 127.0.0.1 (4 Apr 2004 18:28:39 GMT)X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Sun, 4 Apr 2004 18:28:39 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news.glorb.com!postnews1.google.com!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223514
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

ja******@online.microsoft.com (Jim Cheshire [MSFT]) wrote in message

news:<IB**************@cpmsftngxa06.phx.gbl>...
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
ja******@online.microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
>From: gr*********@yahoo.com (al)
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Subject: Window Resize in IE 5.0?
>Date: 2 Apr 2004 11:44:52 -0800
>Organization: http://groups.google.com
>Lines: 8
>Message-ID: <66**************************@posting.google.com >
>NNTP-Posting-Host: 212.138.47.20
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004

19:44:52 GMT)
>X-Complaints-To: gr**********@google.com
>NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
>Path:

cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA01.phx.gbl!TK2MSFTNGP08 .phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo gle.com!not-for-mail
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262 >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi,
>
>When Resizing (maximize and minimize actions) a window, does IE 5.0
>adjust asp.net page controls so they are aligned, or do i have to do
>it(aligning) in code?
>
>MTIA,
>Grawsha
>

Thanks for your reply.

From your expense, what is the easiest method to get IE to resize all
controls? Should I use all nested tables?


Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Put 030516 in email subj to get thru | last post by:
I've always been bothered about having to statically declare the size of a Java applet window (container?) in the calling HTML. I've always wanted the moral equivalent of width=50% statement (of...
2
by: Charles Packer | last post by:
From one of the online Javascript tutorials, I learned how to open a new window and set its size. I'm building a page that has several small photographs, and I want to let the viewer examine...
4
by: David Logan | last post by:
Hello, I am trying to open a window with a graphic in it and have the window be exactly the correct size of the image. Is there anyway to do this that will work on any browser on any OS???? ...
6
by: David Hayes | last post by:
juglesh <juglesh@nospamRadioKDUG.com> wrote in "Re: how to maximize the browser window that fits the monitor size?" (Saturday, January 01, 2005 3:12 AM): > > >I want to maximize the browser...
1
by: jdapro | last post by:
Hi - thanks for reading this out there! I'll be quick about it: I've got this row of images (in the end there will be more rows of pics as well). When a user clicks on the image, I want a new...
3
by: johkar | last post by:
My child window has this script. "temp" is simply the value of the select list which I am passing onchange. I get a permission denied error in IE when executing selectOption. function...
4
by: alexandre.brisebois | last post by:
Hi, I am using access 2003, I would like to know if there is an option to reorganize the tables in a maner that is readable, as we can do in sql sever 2000 or 2005. I have been given a database...
2
by: daveyand | last post by:
Hey Guys I am able to detect a window resize using the following code: window.onresize = function () { if(document.getElementById("parent_for_video").style.display != "none") {...
7
by: Dr J R Stockton | last post by:
I want page <URL:http://www.merlyn.demon.co.uk/js-quick.htmto open, in IE6, IE7, Firefox 2, and wherever else practicable, with the control labelled F.X0 fully visible at the top of the window and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.