Cant display image in my webpage
-
Hi all, I am facing a strange problem to which I have no idea at all.I have created a website to be used with a sharepoint site.The website is running properly with all its functionalities.But whenever I try to display an image dynamically the image doesnt show up.Moreover,the same piece of code works fine for any other website but not for this one.That's what's driving me crazy. I have tried the following things. 1>Response.write("
") 2>Response.write("") These codes work fine when used with any other website, but it's not working for my current website.Plz help me out. Thanks in advance!!:mad:
-
Hi all, I am facing a strange problem to which I have no idea at all.I have created a website to be used with a sharepoint site.The website is running properly with all its functionalities.But whenever I try to display an image dynamically the image doesnt show up.Moreover,the same piece of code works fine for any other website but not for this one.That's what's driving me crazy. I have tried the following things. 1>Response.write("
") 2>Response.write("") These codes work fine when used with any other website, but it's not working for my current website.Plz help me out. Thanks in advance!!:mad:
-
HI, R u displaying it in a particular web part.? If yes, 1. Is it is build in web part of sharepoint? 2. Or it's user define. Please come with more details. and code
Regards Anil Pal
Hi, No I am not displaying it in a web part.I am trying to display it on the webpage itself. I have written the previously mentioned code in the Page_Load section of the web page. Plz help me out.Kindly revert back in case you need any other information. Thanks, Vasillis_zayetsav.
-
Hi all, I am facing a strange problem to which I have no idea at all.I have created a website to be used with a sharepoint site.The website is running properly with all its functionalities.But whenever I try to display an image dynamically the image doesnt show up.Moreover,the same piece of code works fine for any other website but not for this one.That's what's driving me crazy. I have tried the following things. 1>Response.write("
") 2>Response.write("") These codes work fine when used with any other website, but it's not working for my current website.Plz help me out. Thanks in advance!!:mad:
-
Hi all, I am facing a strange problem to which I have no idea at all.I have created a website to be used with a sharepoint site.The website is running properly with all its functionalities.But whenever I try to display an image dynamically the image doesnt show up.Moreover,the same piece of code works fine for any other website but not for this one.That's what's driving me crazy. I have tried the following things. 1>Response.write("
") 2>Response.write("") These codes work fine when used with any other website, but it's not working for my current website.Plz help me out. Thanks in advance!!:mad:
try this: 1.use any preallocated asp:image on web page 2. if you dont want to show it on page load set visible prpert to false 3.try method of image.imageurl="~/Images/warning.GIF"; 4. by some filtering of case sensitive keywords it can work fine for you note:also if you dont set size it could take less space in visible=false form but when loading the new image on event fire the size of image is the max size of source image.