473,383 Members | 1,748 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,383 software developers and data experts.

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 2270
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****************@TK2MSFTNGP10.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.net> wrote in message
news:eJ*************@TK2MSFTNGP12.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****************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
Yes.
Because it displays most of the time.
thanks,
Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:eJ*************@TK2MSFTNGP12.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****************@TK2MSFTNGP10.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/ndaValidateBedCodes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
Yes.
Because it displays most of the time.
thanks,
Akshay

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:eJ*************@TK2MSFTNGP12.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****************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedCodes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
> Yes.
> Because it displays most of the time.
> thanks,
> Akshay
>
>
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
> news:eJ*************@TK2MSFTNGP12.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****************@TK2MSFTNGP10.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.net> wrote in message
news:#W**************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedCodes.gif"
Thanks,
Akshay


"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.phx.gbl...
> Yes.
> Because it displays most of the time.
> thanks,
> Akshay
>
>
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
> news:eJ*************@TK2MSFTNGP12.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****************@TK2MSFTNGP10.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
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...
15
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...
1
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...
17
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
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...
5
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...
3
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...
3
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...

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.