guys,
i've developed an Asp.net prject..i don't know how to retreive picture to my default.aspx page.

<asp:ImageFieldDataAlternateTextField="ID"DataAlternateTextFormatString="image:{0}"
DataImageUrlField="id" DataImageUrlFormatString="{0}">

The above code doesn't working.. what should i do. any requirement of additional coding? actual picture is placed at the project folder.

You information is kindly solicited.
regards...Anish

Try using the image field.

<asp:Image ID="Image1" runat="server" Height="300" Style="border: 1px solid black;width:auto" ImageUrl="~/SlideShow/images/Blue hills.jpg" AlternateText="Blue Hills image" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.