Conditional Operators

[This is preliminary documentation and subject to change.]

Conditional operators provide you with the ability to direct the course of your application. Conditional operators, together with variables and looping constructs, form the fundamental building blocks of programming languages and, ultimately, applications as well. Web-based applications implemented with ASP scripts have twice as much gain, then, combining the control provided by conditional operators and the interactivity and sophistication of HTML and the Web.

This sample illustrates the syntax, as well as some of the possibilities, of conditional operators.

Further information about this sample will be provided in a later release.


© 1997 by Microsoft Corporation. All rights reserved.