Displaying 6 images in itemdetails.aspx but it shows the same imagehttp://forums.asp.net/t/1102797.aspx/1?Displaying+6+images+in+itemdetails+aspx+but+it+shows+the+same+imageFri, 06 Jun 2008 03:09:43 -040011027971680024http://forums.asp.net/p/1102797/1680024.aspx/1?Displaying+6+images+in+itemdetails+aspx+but+it+shows+the+same+imageDisplaying 6 images in itemdetails.aspx but it shows the same image <p>I have 6 images showing in my itemdetails.aspx the code:</p> <p>&nbsp;&lt;asp:Image ID=&quot;Image1&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;/images/&quot; &#43; (string)Eval(&quot;ImageUrl&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Image ID=&quot;Image2&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;/images/&quot; &#43; (string)Eval(&quot;ImageUrl1&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Image ID=&quot;Image3&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;images/&quot; &#43; (string)Eval(&quot;ImageUrl2&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Image ID=&quot;Image4&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;images/&quot; &#43; (string)Eval(&quot;ImageUrl3&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Image ID=&quot;Image5&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;images/&quot; &#43; (string)Eval(&quot;ImageUrl4&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Image ID=&quot;Image6&quot; CssClass=&quot;photo-border&quot; runat=&quot;server&quot; ImageUrl='&lt;%# &quot;images/&quot; &#43; (string)Eval(&quot;ImageUrl5&quot;) %&gt;'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AlternateText='&lt;%# (string)Eval(&quot;ImageAltText&quot;)%&gt;' /&gt;</p> <p>&nbsp;</p> <p>I am not too sure why it only shows ImageUrl1 &amp; 6? Have I not done something here?</p> <p>Thanks in advance!&nbsp;</p> 2007-04-24T16:44:55-04:001685262http://forums.asp.net/p/1102797/1685262.aspx/1?Re+Displaying+6+images+in+itemdetails+aspx+but+it+shows+the+same+imageRe: Displaying 6 images in itemdetails.aspx but it shows the same image Has anyone tried this or had this problem?<br> 2007-04-27T12:00:33-04:001872030http://forums.asp.net/p/1102797/1872030.aspx/1?Re+Displaying+6+images+in+itemdetails+aspx+but+it+shows+the+same+imageRe: Displaying 6 images in itemdetails.aspx but it shows the same image <p>well the first thing that comes to mind</p> <p>&nbsp;</p> <p>inside the XML or DB</p> <p>&nbsp;</p> <p>did you create an id for each of the imageurl to correspond with the 2-6 respectively?</p> <p>&nbsp;&nbsp;<pre class="prettyprint">&lt;imageUrl&gt;imagename.JPG&lt;/imageUrl&gt; &lt;imageUrl2&gt;imagename2.JPG&lt;/imageUrl2&gt; . . &lt;imageUrlx&gt;imagenamex.JPG&lt;/imageUrlx&gt;</pre>&nbsp; </p> <p>&nbsp;</p> 2007-08-22T20:57:36-04:002405374http://forums.asp.net/p/1102797/2405374.aspx/1?Re+Displaying+6+images+in+itemdetails+aspx+but+it+shows+the+same+imageRe: Displaying 6 images in itemdetails.aspx but it shows the same image <p>Your trying to eval a column that dosn't exist (string)Eval(&quot;ImageUrl1&quot;)</p> <p>The name&nbsp;of the&nbsp;column is ImageUrl not ImageUrl1 - N</p> <p>You would of had to add this to your XML or Database table and edit Item.cs (in App_Code folder) accordingly.</p> 2008-06-06T03:09:43-04:00