hai ,
i wrote this code with in a loop,i specified the filepath where the image is stored,but it don't display image,any one can tell me,
Response.Write("
");
Thank u,
");
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Feb 7, 2011, 9:23 AM
Jean PaulPosted Feb 7, 2011, 7:07 AM
Can you try with Server.MapPath("~/image/img1.gif");
(ensure img1.gif exists in your image folder in website)