473,657 Members | 2,594 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Image buttons are not getting displayed...

..Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of stored
pages for "Every visit to the page"

Question: I have used web control Image button. Sometimes the button (I mean
Image) is not getting displayed on the page.

Any suggestions?

Thanks,

Akshay


Nov 19 '05 #1
6 2284
Are you sure the URL to the image is correct?
From IE, do a View Source to verify the URL to the image is valid.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
.Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of
stored
pages for "Every visit to the page"

Question: I have used web control Image button. Sometimes the button (I
mean
Image) is not getting displayed on the page.

Any suggestions?

Thanks,

Akshay

Nov 19 '05 #2
Yes.
Because it displays most of the time.
thanks,
Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:eJ******** *****@TK2MSFTNG P12.phx.gbl...
Are you sure the URL to the image is correct?
From IE, do a View Source to verify the URL to the image is valid.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
.Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of
stored
pages for "Every visit to the page"

Question: I have used web control Image button. Sometimes the button (I
mean
Image) is not getting displayed on the page.

Any suggestions?

Thanks,

Akshay


Nov 19 '05 #3
Are they regular gif/jpg images stored in the file system and referenced
directly, or are they images you're dynamically generating through code?

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:ey******** ******@TK2MSFTN GP12.phx.gbl...
Yes.
Because it displays most of the time.
thanks,
Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:eJ******** *****@TK2MSFTNG P12.phx.gbl...
Are you sure the URL to the image is correct?
From IE, do a View Source to verify the URL to the image is valid.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
> .Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of
> stored
> pages for "Every visit to the page"
>
> Question: I have used web control Image button. Sometimes the button (I
> mean
> Image) is not getting displayed on the page.
>
> Any suggestions?
>
> Thanks,
>
> Akshay
>
>
>
>



Nov 19 '05 #4
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedC odes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u8******** ******@TK2MSFTN GP10.phx.gbl...
Are they regular gif/jpg images stored in the file system and referenced
directly, or are they images you're dynamically generating through code?

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:ey******** ******@TK2MSFTN GP12.phx.gbl...
Yes.
Because it displays most of the time.
thanks,
Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:eJ******** *****@TK2MSFTNG P12.phx.gbl...
Are you sure the URL to the image is correct?
From IE, do a View Source to verify the URL to the image is valid.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
> .Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of
> stored
> pages for "Every visit to the page"
>
> Question: I have used web control Image button. Sometimes the button (I > mean
> Image) is not getting displayed on the page.
>
> Any suggestions?
>
> Thanks,
>
> Akshay
>
>
>
>



Nov 19 '05 #5
Well then it seems your problem is unrelated to ASP.NET.
Since it appears ASP.NET has generated valid HTML pointing to a valid image
file, then the problem must lie within IIS or the browser (or less likely,
something in between.)
My first suggestion would be to try it from a different client machine. If
that works then the problem is likely related to your browser. Try clearing
your cache.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uI******** ******@TK2MSFTN GP12.phx.gbl...
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedC odes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u8******** ******@TK2MSFTN GP10.phx.gbl...
Are they regular gif/jpg images stored in the file system and referenced
directly, or are they images you're dynamically generating through code?

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:ey******** ******@TK2MSFTN GP12.phx.gbl...
> Yes.
> Because it displays most of the time.
> thanks,
> Akshay
>
>
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
> news:eJ******** *****@TK2MSFTNG P12.phx.gbl...
>> Are you sure the URL to the image is correct?
>> From IE, do a View Source to verify the URL to the image is valid.
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Akshay Sen" <AS****@hotmail .com> wrote in message
>> news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
>> > .Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions
>> > of
>> > stored
>> > pages for "Every visit to the page"
>> >
>> > Question: I have used web control Image button. Sometimes the button (I >> > mean
>> > Image) is not getting displayed on the page.
>> >
>> > Any suggestions?
>> >
>> > Thanks,
>> >
>> > Akshay
>> >
>> >
>> >
>> >
>>
>>
>
>



Nov 19 '05 #6
No need to clear the cache, simply refresh the page it works fine. So...
not sure the root cause of these behavior once in awhile.

Thanks for your answers.

Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:#W******** ******@TK2MSFTN GP10.phx.gbl...
Well then it seems your problem is unrelated to ASP.NET.
Since it appears ASP.NET has generated valid HTML pointing to a valid image file, then the problem must lie within IIS or the browser (or less likely,
something in between.)
My first suggestion would be to try it from a different client machine. If that works then the problem is likely related to your browser. Try clearing your cache.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:uI******** ******@TK2MSFTN GP12.phx.gbl...
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedC odes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u8******** ******@TK2MSFTN GP10.phx.gbl...
Are they regular gif/jpg images stored in the file system and referenced directly, or are they images you're dynamically generating through code?
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Akshay Sen" <AS****@hotmail .com> wrote in message
news:ey******** ******@TK2MSFTN GP12.phx.gbl...
> Yes.
> Because it displays most of the time.
> thanks,
> Akshay
>
>
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
> news:eJ******** *****@TK2MSFTNG P12.phx.gbl...
>> Are you sure the URL to the image is correct?
>> From IE, do a View Source to verify the URL to the image is valid.
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Akshay Sen" <AS****@hotmail .com> wrote in message
>> news:uB******** ********@TK2MSF TNGP10.phx.gbl. ..
>> > .Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions
>> > of
>> > stored
>> > pages for "Every visit to the page"
>> >
>> > Question: I have used web control Image button. Sometimes the
button (I
>> > mean
>> > Image) is not getting displayed on the page.
>> >
>> > Any suggestions?
>> >
>> > Thanks,
>> >
>> > Akshay
>> >
>> >
>> >
>> >
>>
>>
>
>



Nov 19 '05 #7

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

Similar topics

9
3126
by: phil_gg04 | last post by:
Dear All, I've recently been looking at some of the symbols defined by Unicode. Quite a lot of geometric shapes, arrows and so on are defined and they make a good alternative to small .gif/.png images e.g. for buttons. (Have a look at http://www.unicode.org/charts/). But they will only display correctly if the user has a font that includes them. And as far as I can tell there is no way that a page can tell if a symbols has been...
15
31792
by: Anand Ganesh | last post by:
HI All, I have an Image. I want to clip a portion of it and copy to another image. How to do this? I know the bounding rectangle to clip. Any suggestions please. Thanks for your time and help. Regards
1
1158
by: JoeClark | last post by:
I am using .Net Framework 1.1. I have used Image buttons (Server side) in the application. Image buttons are not getting displayed on the screen sometimes. Why it could be. The client browser is IE5.0? Please advice. Joe
17
29395
by: santel_helvis | last post by:
Hi All, Could anyone tell me how to rotate the image in javascript. Which concepts I should concentrate to rotate the image
9
2267
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
5
2087
by: Laphan | last post by:
Hi All Just to confirm, is it true that you can't change the image of an <INPUT TYPE="IMAGE".... from within a CSS styelsheet? I know the standard command is SRC="....", but there doesn't seem to be a command in CSS that manipulates this value. Any get arounds?
3
2556
by: jrtiberius | last post by:
What I'm doing is a having scrollbar cycle thru a group of images in a picturebox. Then I have a group of buttons, which change their background image to meet the image displayed in the picture box when they are clicked. In this way the buttons can then form a puzzle. If all the buttons have the right background images, they have solved the puzzle. Which is why I am looking to do an if/then statement to check which image is loaded in each...
3
3923
by: kayahr | last post by:
Hi there, I have a strange problem in Internet Explorer (IE6 and IE7). I'm writing a JavaScript application which allows the user to edit a photo composition. So when the user selects a photo then a frame is drawn around it with resize and rotate buttons. Now it happened to me that I replaced these buttons (32x32) with larger images (48x48). The filenames were not changed, I only copied the new images over the old ones. Then I reloaded the...
0
8392
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
8305
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
8730
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
8503
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
8605
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
7321
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
5632
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();...
2
1950
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1607
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.