Hello Experts,
I am little bit confuse for work on it.
I have a document file path in database and having files in related folders
and i want to just show the doc file on the aspx page which path is come from the database.
now i have tried many ways to use it
1:Show in the Iframe
{
iframe1.Attributes["src"]="path";
//but this is not work
}
2: i am not use it in html5 with object and datasource this is not getting file path from c#
3:i have a tried another solution for it.it is complex for me
but i tried
in this step i am trying to convert doc file to html then it show in the webpage with iframe
may be it is work
but when i give the path from database then this is not working
can any one suggest to solve it how can i come from it
Note:* how can i show the documents files on the webpage when path come from the database?
Loading

Rahul PrasadPosted Jun 5, 2015, 4:32 AM
Document document = new Document();
document.LoadFromFile(@"..\wordtohtml.doc");
//Save doc file to html
document.SaveToFile("toHTML.html", FileFormat.Html);
WordDocViewer("toHTML.html");
Manoj BhoirPosted Jun 4, 2015, 1:04 PM
Aditya ChauhanPosted Jun 4, 2015, 12:54 PM
Upendra Pratap ShahiPosted Jun 2, 2015, 3:31 AM
Aditya ChauhanPosted Jun 2, 2015, 3:21 AM
Manoj BhoirPosted Jun 2, 2015, 12:56 AM
Aditya ChauhanPosted Jun 1, 2015, 1:52 PM
Aditya ChauhanPosted Jun 1, 2015, 4:46 AM
Upendra Pratap ShahiPosted Jun 1, 2015, 2:58 AM
Aditya ChauhanPosted Jun 1, 2015, 2:56 AM
Manoj BhoirPosted Jun 1, 2015, 2:54 AM
Aditya ChauhanPosted Jun 1, 2015, 2:26 AM
Aditya ChauhanPosted Jun 1, 2015, 2:25 AM
Upendra Pratap ShahiPosted Jun 1, 2015, 2:24 AM
Manoj BhoirPosted Jun 1, 2015, 2:21 AM
Aditya ChauhanPosted Jun 1, 2015, 2:17 AM
Manoj BhoirPosted Jun 1, 2015, 2:15 AM