how to retrive multiple image from database in image control
Hi,
How to retrive multiple images from database in Asp.net on Image control.
I have created databes..... Student Id (int), Name(varchar), Photo(VarBinaryMax),Signature(VarBinaryMax) & Document(varbinaryMax).
I have inserted data in column successfully. But I could not retrive this on Web Page from Database(sql server).
Kindly assist me.