File browser
Demonstration of manipulating files with TreeGrid
Do not run this file locally!
Run it from your local or remote web http server where is installed IIS and ASP.NET (1.0, 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, ...).
The files can be shown in directories or as direct list, also various sorting and filtering is possible.
The files can be added, moved, deleted, copied, edited and viewed by clicking to left panel or by right click popup menu.
The sample directories and files are located in /TestFiles directory and are independent on the examples distribution so they can be modifed or deleted without problems.
The changes are saved after click to Save button in grid or the editing changes by Save button in right view.
Source files:

Browser.html

(this html page),

BrowserDef.xml

(static XML layout),

BrowserData.aspx

(server script generates XML data),

BrowserUpload.aspx

(server script saves XML changes),

BrowserUploadEdit.aspx

(server script saves edited files),

Browser.js

(support JavaScript code),

TestFiles/

(directory with the sample source files)
Shows IO communication with server when uploading changes