Chris Kinsman's .NET MusingsMusings about my daily development experiences with this thing we call .NET(Untitled)- January 10, 2003 Read Only Application Object Requirement: Pre-Load the ASP.NET Application object and don&146;t allow other pages in your project to addmodifydelete. Basically, make Application read-only. Solution: private void SetApplicationReadOnlyStatus( bool state ) Type type =...http://radio.weblogs.com/0101134/2003/01/10.html#a38 |