August 9, 2002 - The Benefits of Code Behind
August 9, 2002 The Benefits of Code Behind Tips: August 2002
Yehuda Shiran, Ph.D.
|
The advantage of Code Behind to you is that the .NET framework compiles your Code Behind automatically, whenever the ASP.NET page is displayed; assuming the JScript has not already been compiled, or has been changed since the last compilation. No re-compilation is done in this case.
To learn more about JScript .NET and ASP.NET, go to Column 115, JScript .NET, Part IX: Code Behind.