Hi
One of the excellent features that .NET introduced was the separation of design and code in separate sections by virtue of the code-behind functionality.
Having said this, .NET also provided the flexibility for having the logic within the ASPX Page itself within the script tags. This was referred to as Code inline.
However, there were some hiccups in this mode.
1. The Intellisense (Autocompletion, suggestion etc.,) features were not available in the Code Inline Model.
2. The Code behind file requires compilation (rebuilding) for any changes made.
This article http://harishmvp.blogspot.com/2005/04/whidbey-new-compilation-model.html explains how the above problems have been addressed in the new compilation model in Whidbey.
Thanks.
regards,
Harish
http://geekswithblogs.net/ranganh