Skip to content

DevExpress-Examples/filemanager-open-pdf-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The File Manager for Web Forms - How to open PDF files and images in a pop-up window

This example uses an ASPxFileManager to display folder contents. Users can click image and PDF files to preview their content in a pop-up window. The preview functionality uses the ASPxPopupControl, ASPxImage, and ASPxPanel controls.

Sample

Files to Look At

Implementation Details

The ASPxFileManager displays a list of image and PDF files. When users attempt to open a file, the control raises the ASPxFileManager.SelectedFileOpened event. The handler determines the file type and shows the preview.

The handler activates the ASPxPopupControl and displays one of the following embedded controls depending on the file type:

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Displays folder contents using the ASP.NET Web Forms ASPxFileManager control.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors