Posted on: 3/26/2014 9:16:09 AM | Views : 425

Hello and thanks for reading.
I have a database where i have store some information about users.
When I run the repeater everything works except the <img>
In the Database I have store the Imagename in a column and the image itself is store on the server.
<asp:Image runat="server" ID="imgRepeaterImage" scr='<%# string.Format("{assets/img/users/}.jpg", Eval("PictureUrl")) %>' /> The path where the image is store is "assets/img/users/xxxxxxx.jpg"   - the xxxxxx is the name of the image.
Cant someone say whats wrong with my src= function above?
thanks in advance

Go to the complete details ...