There are two ways to develop software: the wrong way and the fun way.
Friday, February 24, 2006
ASP.NET 2.0 Building model
In Asp.net 2.0 every control and page is in its own namespace. In the code, you won’t be able to reference to another control without register it in the ascx page. Ugly, absolutely ugly.
No comments:
Post a Comment