Jamie is not interested in your code ! He is interested in the
"rendered source" which quite obviously means the page HTML markup
rendered in your browser when you browse to your ASPX page. You can
access it by clicking "View Source" (or the analogous menu item) in
your browser. So, you should post the relevant portion of that HTML
page (namely the img tag markup)

On Mar 15, 3:16 pm, Alen Alexander <[email protected]> wrote:
> Sorry Jamie!! i am not getting what you are asking.. I gave u the code of
> Image tag.
>
> On Mon, Mar 15, 2010 at 3:13 PM, Jamie Fraser <[email protected]>wrote:
> > Sorry - I'll try and be really clear:
>
> > On the rendered page (in your Web Browser) what is the rendered HTML markup
> > for the <img> tag?
>
> > On Mon, Mar 15, 2010 at 9:00 AM, Alen Alexander <[email protected]>wrote:
>
> >> The Source code is as follows:
>
> >> <ItemTemplate>
> >>                 picurl:*<asp:Image ID="Image1" runat="server"
> >> ImageUrl='<%# Eval("picurl","~/App_Data/Images/{0}") %>' />*
> >>                 <br />
> >>                 uploadedby:
> >>                 <asp:Label ID="uploadedbyLabel" runat="server"
> >>                     Text='<%# Eval("uploadedby") %>' />
> >>                 <br />
> >>                 <br />
> >> </ItemTemplate>
>
> >> Each image shows the name of person whoo uploaded the image correctly. But
> >> image is not being displayed.
>
> >> On Mon, Mar 15, 2010 at 2:25 PM, Jamie Fraser 
> >> <[email protected]>wrote:
>
> >>>  Sorry, I meant if you view source, what is the actual <img> tag?
>
> >>> On Fri, Mar 12, 2010 at 5:57 PM, Alen Alexander 
> >>> <[email protected]>wrote:
>
> >>>> it shows the default image (the small icon of image )
>
> >>>> On Fri, Mar 12, 2010 at 8:10 PM, Jamie Fraser 
> >>>> <[email protected]>wrote:
>
> >>>>> When the page is renedered, what does the <img> tag actually show?
>

Reply via email to