Click here to Skip to main content
15,892,746 members
Articles / Web Development / ASP.NET

Documenting the Life Cycle of an ASP Page

Rate me:
Please Sign up or sign in to vote.
4.78/5 (15 votes)
2 Sep 2010CPOL6 min read 37.8K   175   41  
A simple framework for documenting the events of master and child pages and web controls.
<?xml version="1.0" encoding="utf-8" ?>
<People>
    <Person firstName="Gregory" lastName="Gadow"/>
</People>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Gregory Gadow recently graduated from Central Washington University with a B.S. that combined economics and statistical analysis, and currently works for the Washington Department of Fish & Wildlife as an IT developer. He has been writing code for 30 years in more than a dozen programming languages, including Visual Basic, VB.Net, C++, C#, ASP, HTML, XML, SQL, and R.

Comments and Discussions