Click here to Skip to main content
16,013,548 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
If uploading a word file from our system to database i need to get the preview of the word file?
Posted
Comments
Read the file and show. What is the issue?
Kochathu Thomas Tinu 23-Nov-14 6:46am    
Using iframe cannot get a preview its start downloading
Don't show directly. Just read the file by code and show in a div or panel.
Kochathu Thomas Tinu 23-Nov-14 7:56am    
try to show in iframe its not working properly
Please try to read the file and show in a div or panel.

1 solution

use PrintPreviewDialog control available in Visual studio

refer this link
An Enhanced PrintPreviewDialog[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900