|
August 8, 2002 Introducing CodeBehind Tips: August 2002
Yehuda Shiran, Ph.D.
|
|
Client-side .html files mix HTML and JavaScript code. The HTML portion serves as the presentation layer of the Web site. This layer includes GUI widgets such as forms, button, text boxes, menus, and banners. The JavaScript portion is responsible for the business logic. It usually includes event handlers and functions to handle the user's requests. The HTML portion is static, and is independent of the user's actions. The JavaScript portion, on the other hand, is dynamic and is dependent on the user's actions.
The .NET environment provides an alternate paradigm for server-side Web sites. The Code Behind concept calls for a separation between the presentation layer and the business logic. The static part is ASP.NET code, residing in the
The integration of the To learn more about JScript .NET and ASP.NET, go to Column 115, JScript .NET, Part IX: Code Behind.
People who read this tip also read these tips: Look for similar tips by subject: |