<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio 2005</title><link>http://forums.asp.net/138.aspx</link><description>General discussions of Visual Studio 2005.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=162&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979987.aspx</link><pubDate>Mon, 29 Oct 2007 22:03:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979987</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><author>Mikhail Arkhipov (MSFT)</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979987.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979987</wfw:commentRss><description>&lt;p&gt;You need to add image to the Web site (create Images folder or something). Second, do not specify file:// absolute path. Using absolute paths makes it difficult to publish Web site and may be a security violation so IIS won&amp;#39;t access the image.&lt;/p&gt;</description></item><item><title>Re: Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979979.aspx</link><pubDate>Mon, 29 Oct 2007 21:56:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979979</guid><dc:creator>augustwind</dc:creator><author>augustwind</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979979.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979979</wfw:commentRss><description>&lt;p&gt;Look at your path for the img tag:&lt;br /&gt;&amp;lt;img src=&amp;quot;&lt;a&gt;file:///C:\Manu%20Kaura\ASP%20Project\Rohit_Website\App_Data\Computer-04-june.gif&lt;/a&gt;&amp;quot;&lt;br /&gt;&lt;br /&gt;This applies to all of the image tags:&lt;/p&gt;
&lt;p&gt;First - do you really&amp;nbsp;have your images in your App_Data folder?&amp;nbsp; (if so, I&amp;#39;d recommend moving them from there, to a dedicated images folder)&lt;/p&gt;
&lt;p&gt;After that, then, make the path in the src attribute reflect the relative path from the page to the actual image.&lt;/p&gt;
&lt;p&gt;For instance &lt;/p&gt;
&lt;p&gt;Root (web pages here)&lt;br /&gt;--Images (imageshere)&lt;br /&gt;&lt;br /&gt;img src=&amp;quot;images/Computer-04-june.gif&amp;quot;&lt;/p&gt;
&lt;p&gt;Better yet, use an ASP.Net image control - then, you can choose the image&amp;nbsp;file quickly and directly, with the properties window.&lt;/p&gt;</description></item><item><title>Re: Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979964.aspx</link><pubDate>Mon, 29 Oct 2007 21:44:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979964</guid><dc:creator>manukaura</dc:creator><author>manukaura</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979964.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979964</wfw:commentRss><description>&lt;p&gt;The code behind is:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot;&amp;nbsp; CodeFile=&amp;quot;Default.aspx.cs&amp;quot; Inherits=&amp;quot;_Default&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src=&amp;quot;&lt;a&gt;file:///C:\Manu%20Kaura\ASP%20Project\Rohit_Website\App_Data\4938409.gif&lt;/a&gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=&amp;quot;left: -35px; position: relative; top: -264px; z-index: 100;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table style=&amp;quot;left: 144px; width: 554px; position: relative; top: 21px; height: 160px&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td style=&amp;quot;width: 20px; height: 15px&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src=&amp;quot;&lt;a&gt;file:///C:\Manu%20Kaura\ASP%20Project\Rohit_Website\App_Data\animation_thumb2.gif&lt;/a&gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=&amp;quot;position: relative&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td style=&amp;quot;width: 100px; height: 15px&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Label ID=&amp;quot;Label1&amp;quot; runat=&amp;quot;server&amp;quot; Height=&amp;quot;70px&amp;quot; Style=&amp;quot;font-weight: bold; font-size: 15pt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 50px; font-style: normal; position: relative; top: -7px&amp;quot; Text=&amp;quot;FOR ADS PLEASE CALL: US (734-983-9020) &amp;amp; INDIA (0771-4270930/4270941)&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Width=&amp;quot;301px&amp;quot;&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src=&amp;quot;&lt;a&gt;file:///C:\Manu%20Kaura\ASP%20Project\Rohit_Website\App_Data\Computer-04-june.gif&lt;/a&gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=&amp;quot;left: 529px; width: 165px; position: relative; top: 28px; height: 314px&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;</description></item><item><title>Re: Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979923.aspx</link><pubDate>Mon, 29 Oct 2007 21:17:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979923</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><author>Mikhail Arkhipov (MSFT)</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979923.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979923</wfw:commentRss><description>&lt;p&gt;Can you post actual markup here?&lt;/p&gt;</description></item><item><title>Re: Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979771.aspx</link><pubDate>Mon, 29 Oct 2007 19:31:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979771</guid><dc:creator>augustwind</dc:creator><author>augustwind</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979771.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979771</wfw:commentRss><description>&lt;p&gt;I&amp;#39;d check the source of the file to see if the path to the images matches up correctly with the file structure.&lt;/p&gt;
&lt;p&gt;However, alternately&amp;nbsp;- - - are you saying that nothing comes up on the screeen when you view it from the website?&lt;/p&gt;</description></item><item><title>Not able to View the Image on the website</title><link>http://forums.asp.net/thread/1979753.aspx</link><pubDate>Mon, 29 Oct 2007 19:12:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1979753</guid><dc:creator>manukaura</dc:creator><author>manukaura</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1979753.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1979753</wfw:commentRss><description>&lt;p&gt;Dear pals,&lt;/p&gt;
&lt;p&gt;I am trying to make a website &amp;amp; i am not able to view the images that i have added in Image, Image Button or Image Map....Also same with the HTML controls&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Manu!!!!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>