Page in old ASP style
Uses old style page creating by direct code instead of use Page_Load event, uses AJAX and TreeGrid ASP.NET framework
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, ...).
Source files:

FrameworkAspStyle.html

(this html page),

DBDef.xml

(static XML layout),

FrameworkAspStyle.aspx

(server script generates and processes XML data),

../Database.db

(source SQL database, table TableData)

../Framework/TreeGridFramework.aspx

(TreeGrid ASP.NET framework support script, included into Framework.aspx script)
This example uses

SQLite

../Database.db file as source SQL database. You can switch to

MS Access

MDB database by uncomment the line "Data Source=..." in FrameworkAspStyle.aspx.
The MS Access MDB database can be used only in 32bit mode of IIS. Also the ASP.NET service program must have write access to the Database.mdb file.