473,748 Members | 10,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE clears whole web page when paging, Firefox does not

Hello
I have an ASP.NET web site where you can page through lists by using
INPUT TYPE=image buttons. I noticed that, in IE6, the whole page gets
cleared and built again from the ground up, whereas in Firefox, the page
stays on screen until the server's answer is here. The page is built
mainly with CSS layouts and DIV's/SPAN's, altough, for the list view of
the actual result, a TABLE is used.
The clearing of the page every time the user paginates the view is very
tiresome for the eyes. I noticed that, when you paginate e.g. in google,
the screen doesn't get cleared.

Does anyone know of a certain tag or layout that causes this behaviour?

Thanks for any help
Urs
Nov 19 '05 #1
3 1452
most browsers try to avoid redrawing, by comparing the current dom, to
thenext requested pages parsed dom. how successfully they are is browser
dependant, an content dependant. your layout may be too complex for IE, and
it decides to rebuild rather than update.

-- bruce (sqlwork.com)

"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hello
I have an ASP.NET web site where you can page through lists by using INPUT
TYPE=image buttons. I noticed that, in IE6, the whole page gets cleared
and built again from the ground up, whereas in Firefox, the page stays on
screen until the server's answer is here. The page is built mainly with
CSS layouts and DIV's/SPAN's, altough, for the list view of the actual
result, a TABLE is used.
The clearing of the page every time the user paginates the view is very
tiresome for the eyes. I noticed that, when you paginate e.g. in google,
the screen doesn't get cleared.

Does anyone know of a certain tag or layout that causes this behaviour?

Thanks for any help
Urs

Nov 19 '05 #2
Bruce,
thanks for the answer. There are lots of pages in the WWW which deal
with IE / firefox CSS quirks etc. But I couldn't see any which would
help me in this matter. Do you know any?
Urs

Bruce Barker wrote:
most browsers try to avoid redrawing, by comparing the current dom, to
thenext requested pages parsed dom. how successfully they are is browser
dependant, an content dependant. your layout may be too complex for IE, and
it decides to rebuild rather than update.

-- bruce (sqlwork.com)

"Urs Eichmann" <ur***@online.n ospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hello
I have an ASP.NET web site where you can page through lists by using INPUT
TYPE=image buttons. I noticed that, in IE6, the whole page gets cleared
and built again from the ground up, whereas in Firefox, the page stays on
screen until the server's answer is here. The page is built mainly with
CSS layouts and DIV's/SPAN's, altough, for the list view of the actual
result, a TABLE is used.
The clearing of the page every time the user paginates the view is very
tiresome for the eyes. I noticed that, when you paginate e.g. in google,
the screen doesn't get cleared.

Does anyone know of a certain tag or layout that causes this behaviour?

Thanks for any help
Urs


Nov 19 '05 #3
Hi Urs,

I also agree with Bruce that this is a browser behavior and somewhat
related to the page's html dom structure. In fact, we can also test this
through a static html page which the similiar content to see whether it'll
have the same behavior.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Date: Wed, 13 Jul 2005 09:19:03 +0200
| From: Urs Eichmann <ur***@online.n ospam>
| Reply-To: ur***@online.no spam
| User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7)
Gecko/20040616
| X-Accept-Language: en-us, en
| MIME-Version: 1.0
| Subject: Re: IE clears whole web page when paging, Firefox does not
| References: <#q************ **@tk2msftngp13 .phx.gbl>
<#H************ **@TK2MSFTNGP10 .phx.gbl>
| In-Reply-To: <#H************ **@TK2MSFTNGP10 .phx.gbl>
| Content-Type: text/plain; charset=us-ascii; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <eM************ **@tk2msftngp13 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: adsl-213-200-246-99.cybernet.ch 213.200.246.99
| Lines: 1
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!tk 2msftngp13.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1118 71
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Bruce,
| thanks for the answer. There are lots of pages in the WWW which deal
| with IE / firefox CSS quirks etc. But I couldn't see any which would
| help me in this matter. Do you know any?
| Urs
|
| Bruce Barker wrote:
|
| > most browsers try to avoid redrawing, by comparing the current dom, to
| > thenext requested pages parsed dom. how successfully they are is
browser
| > dependant, an content dependant. your layout may be too complex for IE,
and
| > it decides to rebuild rather than update.
| >
| > -- bruce (sqlwork.com)
| >
| >
| >
| > "Urs Eichmann" <ur***@online.n ospam> wrote in message
| > news:%2******** ********@tk2msf tngp13.phx.gbl. ..
| >
| >>Hello
| >>I have an ASP.NET web site where you can page through lists by using
INPUT
| >>TYPE=image buttons. I noticed that, in IE6, the whole page gets cleared
| >>and built again from the ground up, whereas in Firefox, the page stays
on
| >>screen until the server's answer is here. The page is built mainly with
| >>CSS layouts and DIV's/SPAN's, altough, for the list view of the actual
| >>result, a TABLE is used.
| >>
| >>
| >>The clearing of the page every time the user paginates the view is very
| >>tiresome for the eyes. I noticed that, when you paginate e.g. in
google,
| >>the screen doesn't get cleared.
| >>
| >>Does anyone know of a certain tag or layout that causes this behaviour?
| >>
| >>Thanks for any help
| >>Urs
| >
| >
| >
|

Nov 19 '05 #4

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

Similar topics

1
4481
by: Danny Ni | last post by:
Hi, Is it possible to enter a page break in a HTML document, when a HTML document is diplayed in browser and user click print, the browser takes control of paging . I would like the browse to print to a certain point in the document and eject the page and continue printing on the next page. Is this possible? TIA
5
2791
by: tshad | last post by:
Is there a way to carry data that I have already read from the datagrid from page to page? I am looking at my Datagrid that I page through and when the user says get the next page, I have to go to the database to get the next page. Is there a way to use the dataset to allow us to read back and forth in it instead of going back to the database to get it? Thanks,
0
1252
by: syedsheeraz | last post by:
Hi all. Does anyone know if there is a way to gain programmatic access to the user control inside of a page after it has been cached? Let me elaborate more by telling you what I am doing. I am using page fragment caching to cache results of a search while the header is dynamically loaded each time. So I have a page containing a user control which contains my datagrid for displaying the results. The user control has the outputcache...
1
1383
by: rhungund | last post by:
Hi all...I have a stored proc that works fine except I can't get the paging property to work in ASP. It seems that because I'm building the SQL withing the SP is causing the problem. If I don't build the SQL as a string paging works. In my ASP page, the pagecount property returns -1 for some reason. Here's the proc: SET QUOTED_IDENTIFIER ON GO
13
2378
by: urs | last post by:
Hi, please look at the site http://www.prismatest.ch/catalog/EM.ASPX (user=prismashop, password=minicooper). When paginating through the list, the page rebuilds itself every time on firefox and IE6. On most other sites, the browser just redraws the changing areas. Does anyone know why this is happing? I used lots of DIVs and SPANs and stayed away from TABLEs where not appropriate (except for the title bar). I also use lots of CSS. Is...
4
7472
by: evgenyg | last post by:
Hello ! We have the following situation - when Ajax request is sent what's being returned by the server is usually an XML (which is used for DOM updates) but sometimes it's HTML which is a whole new page that should replace an existing one. I.e when we issue an Ajax request we don't know what will be returned and analyze the response to act accordingly. Now, the way to replace the current document with a new one used to be easy and...
5
3215
by: Donald Adams | last post by:
Hi, I will have both web and win clients and would like to page my data. I could not find out how the datagrid control does it's paging though I did find some sample code that says they do it this way, but I can't see these methods as public. BookmarksDataSetTableAdapters.BookmarksTableAdapter bookTA = new BookmarksDataSetTableAdapters.BookmarksTableAdapter(); BookmarkList1.DataSource = bookTA.GetAllBookmarksWrtUser(
14
1418
by: dd | last post by:
"Apple has launched a version of its web browser Safari for Windows" http://news.bbc.co.uk/1/hi/technology/6742439.stm As if having Safari exist on the Mac wasn't bad enough, now we have to deal with it on Windows too :-( Oh joy, we have the delights of having to support the worst browser in the world on the Windows platform also.
5
3162
by: vasilis | last post by:
I have a list box in a site with which I capture a selected value with the onChange event using the capture_value() function (code listed below). This function passes 2 arguments, i.e., 'str' which is the selected list box value and 'passed_url' which is a passed url for running a php script (which contains some url query parameters, e.g. 'somescript.php?var1=value1&var2=value2&var3=value3'). The capture_value() function actually sends a...
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9321
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8242
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4602
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.