473,811 Members | 2,783 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Image Display

Hi,

In my .aspx page there are some .jpg images. When I browse the page using
IE6, it goes into an infinite loop in downloading the image. No image is
displayed after that. If I browse .htm page with same images, it downloads
immediately. I found one solution to this problem, that is install KB889293
patch for IE6. But this is not the correct way, b'coz if the images are
displayed in .htm page, they should be displayed in .aspx page.

What is the solution to this problem?

Thanx in advance,

Meena.

Nov 19 '05 #1
3 1531
What does the resulting html look like when generated from your .aspx page?

bill

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:uu******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi,

In my .aspx page there are some .jpg images. When I browse the page using
IE6, it goes into an infinite loop in downloading the image. No image is
displayed after that. If I browse .htm page with same images, it downloads
immediately. I found one solution to this problem, that is install KB889293 patch for IE6. But this is not the correct way, b'coz if the images are
displayed in .htm page, they should be displayed in .aspx page.

What is the solution to this problem?

Thanx in advance,

Meena.

Nov 19 '05 #2
Hi Bill,

The resulting html page does not display all the images on the page. All
text are displayed perfectly. It continues downloading images and goes into
an infinite loop.

Thanx,
Meena.

"William F. Robertson, Jr." <th****@nameht. org> wrote in message
news:#i******** *****@TK2MSFTNG P14.phx.gbl...
What does the resulting html look like when generated from your .aspx page?
bill

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:uu******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi,

In my .aspx page there are some .jpg images. When I browse the page using IE6, it goes into an infinite loop in downloading the image. No image is
displayed after that. If I browse .htm page with same images, it downloads immediately. I found one solution to this problem, that is install

KB889293
patch for IE6. But this is not the correct way, b'coz if the images are
displayed in .htm page, they should be displayed in .aspx page.

What is the solution to this problem?

Thanx in advance,

Meena.


Nov 19 '05 #3
What type of infinite loop is it going in, or rather how do you know it is
infinite looping? Are you using HttpHandlers?

The html received by the browser is html, regardless it is generated with
asp, html, jsp, or asp.net.

html: <img src=http://bob.com/images/image1.jpg" /> should show the image
regardless of the generation.

bill


"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hi Bill,

The resulting html page does not display all the images on the page. All
text are displayed perfectly. It continues downloading images and goes into an infinite loop.

Thanx,
Meena.

"William F. Robertson, Jr." <th****@nameht. org> wrote in message
news:#i******** *****@TK2MSFTNG P14.phx.gbl...
What does the resulting html look like when generated from your .aspx

page?

bill

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:uu******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi,

In my .aspx page there are some .jpg images. When I browse the page using IE6, it goes into an infinite loop in downloading the image. No image is displayed after that. If I browse .htm page with same images, it downloads immediately. I found one solution to this problem, that is install

KB889293
patch for IE6. But this is not the correct way, b'coz if the images are displayed in .htm page, they should be displayed in .aspx page.

What is the solution to this problem?

Thanx in advance,

Meena.



Nov 19 '05 #4

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

Similar topics

0
2765
by: Doug van Vianen | last post by:
Although I have programmed for several decades I am new to Java. I decided to learn it to create Applets to use in web pages I make as a volunteer in the computer club at a seniors' centre. My current learning project is to divide a picture into rows and columns of squares, then redisplay the picture with these squares positioned randomly in the rows and columns. In an applet I have stored the original picture as an image, divided it...
1
6091
by: Desigan Chinniah | last post by:
I am presently trying to display a list of items INLINE using an image as a seperator..... and having difficulties.... See below for 3 seperate sets of html and css files. Each set does something different. Ideally I would like the result of Menu 1 but instead of having the pipe effect border on the right of each choice I would like to replace that with an image of some sort. Any help much appreciated.
2
6779
by: Tyrone Slothrop | last post by:
I am coding a site which involves uploading images. All of the PHP and display is OK but the client wants to be able to display the image thumbnail on the upload page and show the full image on mouseOver instead of the popup I coded. The section of code below works perfectly in Firefox but not at all in IE (why am I not surprised?). The page is nearly 100% dynamic, so this is extracted from the source of a test page. The code in...
9
2300
by: Rajesh | last post by:
Hi all, Im gonna display a list of images in an aspx page from sql server Db.Each image has a link.When someone clicks the image i want the width and size of the image to be displayed at the bottom of the image without any coding at code-behind because the resulting page will display only the image. Rajesh
3
5250
by: den 2005 | last post by:
Hi everyone, Here is code working on..Trying to insert record with a column with Image or VarBinary datatype in sql database from a existing jpeg image file, then retrieve this image from database and display it in a Image web control dynamically(at runtime). The process after being displayed in the web control, user click insert/add button, it converts the image(jpeg) file to bytes and store it the database with Image or VarBinary...
1
15905
by: namratapatil | last post by:
Hi...i am trying to load an image that has been saved at the following path: C:\WTK22\apps\MyProject\res After exectuing the program, the NullPointerException is thrown...Kindly let me know how to load the image without any exceptions being thrown... import javax.microedition.midlet.*; import javax.microedition.lcdui.*; public class ImmutableImageExample extends MIDlet { private Display display; private MyCanvas canvas;
3
2531
by: =?Utf-8?B?SlIx?= | last post by:
I would like to add text to an image. I have tried to use DrawString and it works on some images but on others it is very very small. I am pretty sure it has something to do with the size of the image but I have had varying results on multiple images. Is there anyway to make the text a fixed size on the image. Similar to putting a date on a photograph.
0
2360
by: bindslind | last post by:
The script does most of what it's supposed to do, but I have what seems to be a simple problem that I can't figure out. When the page intitially loads the first page does not display images. The same things happens when the "1" link is selected and ofcourse when "previous" is clicked from page 2. Other than this everything is a-ok. I think I just may need another set of eyes to check it out. Thanks. And here's the code: <?php ...
11
5004
by: Chris Beall | last post by:
See http://pages.prodigy.net/chris_beall/Demo/photo%20block%20experiments.html I've ended up with what seems like a rather complex structure for what I thought would be a somewhat simple problem. Even that complex solution works well only in FireFox (haven't tested Safari...). Can anyone come up with a better solution, where 'better' means: - Works as well as the example above, but is simpler. OR
3
4984
by: Froefel | last post by:
Hi group, I'm looking for some help on how to achieve the following in a gridview control that is based on an ObjectDataSource. The SelectMethod of the datasource returns a list of Customer objects. Each Customer object has a property "Notes". When I display the list of customers in the gridview, I would like to provide a column that displays an Image associated with the Notes property. If the Notes property contains data I want to...
0
9734
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
9607
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,...
0
10652
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10395
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10408
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
9211
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
6895
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
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4346
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.