Search Results

Search found 1 results on 1 pages for 'user1451610'.

Page 1/1 | 1 

  • Display images from server in listview

    - by user1451610
    My images are stored in a folder "Albums" and address for those images are "/Albums/..". i want to concatenate two strings in imageurl but its not working and listview is not displaying images:here is my code: <asp:ListView runat="server" ID="listView" OnItemDataBound="ContactsListView_ItemDataBound"> <ItemTemplate> <asp:Image ID="img" ImageUrl= '<%# String.Concat("/", Eval("PictureLink")) %>' runat="server" /> </ItemTemplate> </asp:ListView> any help?

    Read the article

1