How to display pdf file from Blob storage in asp.net C#, -


i trying files azure blob storage, can connect , can downloaded, need view in application have created, aspx page.

here code used download it, how can display on page. here code used connect , download file

so have grid view have filename when user click file name in grid mist display file.

my other problem, in storage files stored in different folders how tell code folder , file.

thanks

you can use google pdf viewer display pdf document on page. think need write function display iframe-tag when user clicks file name

<iframe src="http://docs.google.com/gview? url=http://example.com/mypdf.pdf&embedded=true" style="width:718px; height:700px;" frameborder="0"></iframe> 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -