Here we will see how to create document viewer in dot net
using iframe in asp.net
HTML CODE:
<div>
<iframe frameborder="0" src="Files/Step 1.pdf" style="height: 475px; width: 509px"></iframe>
</div>
Now give your file
path for Open in i frame so any one can read it in your webpage.
Now open your Webpage
and see you can read it.
Thanks for comments.....