08-08-2011, 08:36 PM
does the value which you get in datasheet after querying the db matches with what you see in alt properties of your image?
also in your earlier code I can see you have done wrongly
oDesc("alt").Value="Imglink"
it should be
oDesc("alt").Value=Imglink
also in your earlier code I can see you have done wrongly
oDesc("alt").Value="Imglink"
it should be
oDesc("alt").Value=Imglink