Dear sir,
I have a word document file contains text and images, now i have saved it as a web page and wants to display it on browser ,
using ,
string str=directory.g etfiles("");
response.conten tType="text/html";
response .writefile("");
it displayed in different format and images not shown
blank spaces shown as ?????????? and image as X.
i have no. of files stored as word file ,tried to display directly in gridview but it's not posible for me, so i converted them as web page and now i want to display 5 files dynamically in gridview including images., so help me out, looking for ur reply..
, can u tell me how it works, i will be thanxfull to u
i do not want to use web browser or process.start(" IExploreAsassr. exe","path") method because it displays only one file at a time , actually i want to dislay it in gridview item template, including pics.
I have a word document file contains text and images, now i have saved it as a web page and wants to display it on browser ,
using ,
string str=directory.g etfiles("");
response.conten tType="text/html";
response .writefile("");
it displayed in different format and images not shown
blank spaces shown as ?????????? and image as X.
i have no. of files stored as word file ,tried to display directly in gridview but it's not posible for me, so i converted them as web page and now i want to display 5 files dynamically in gridview including images., so help me out, looking for ur reply..
, can u tell me how it works, i will be thanxfull to u
i do not want to use web browser or process.start(" IExploreAsassr. exe","path") method because it displays only one file at a time , actually i want to dislay it in gridview item template, including pics.
Comment