Follow WebProNews
Using FxCop with ASP.NET 2.0

The build process in ASP.NET 2.0 is very different than in ASP.NET 1.x, because it does not produce a dll file.

ASP.NET 2.0: Asynchronous Pages
· 1

In ASP.NET 2.0 it is now possible to create asynchronous pages in a very simple and easy way.

ASP.NET 2.0: Submit Disabled Controls
· 3

I recently built a JavaScript function in HeadLight that filled a textbox from JavaScript and then disabled the textbox to prevent the user to alter its contents.