Project Description

The OnlineAspParser is a simple html module working with ASP.NET application. It's display information like: WebControls and their properties, server variables, view state, cookies collection and etc. OnlineAspParser was also tested at DotNetNuke module development.

Who is it for

ASP.NET developers who may want to have list of all WebControls, server variables, and other info (see Features) during the development process.
It's also good tool for DotNetNuke module developers. Especially if you are using Web Application Project to do extensions.

Online demo

Features

Displays a series of information about page

Instalation

Two steps are required:

Screenshots

Browser with OnlineAspParser
Browser

WebSerwer controls in parsed tree
AspControl screen

Server variables
Server variables

ViewState parsed tree and content
ViewState

Requirements