On your aspx page, in your item template add your image control and for the ImageURL do this:
ImageURL='<%# Container.DataItem("image") %>'
backend:
Datalist.datasource = datasource
Datalist.databind()
Set the Data Item value to the correct column in your datasource.
"The one language all programmers understand is profanity."
|