Hi guys,

I am facing a problem of displaying images in using Repeater. To express clearly my trouble, I describe it behind:

I have a table tblPicture created in Microsoft SQL Server 2000. The tblPicture contains only two fields: ID & Picture. So you can see:

tblPicture:
----------------ID : Int
----------------Picture : Image


Could you please give me some suggestions to solve it...I have a headache with it.... Thanks indeed.