Browse Files Under a directory Using GridView in a web application
Suppose, in a web application we need to create some files (say xml reports) and then show it to the user. One of the simpler ways to view those files would be through a popup() page. This is what is explained below: Solution: Let our web application display XML files from a specific directory location (say “C:\XML Files”) […]