hi,
I have a SQL 2008 db table like,
Record Id StudentName FatherName PassingYear StudentPhotograp SignaturePhotograph
79 Salam Akhter 2007 c:\\images\\image1.jpg c:\\images\\sign1.jpg
80 Robert Jamaal 2007 c:\\images\\image2.jpg c:\\images\\sign2.jpg
I have created DataTable of above records but i am facing problem in displaying the on MS Word File in table form. Text Records are showing but images are not showing there.
Plz someone help me with some helping code.