© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_8

8. Control Operations

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

8.1 Introduction

Control operations fall into two general categories—decision operations (a.k.a., selection operations, condition operations) and iterative operations (a.k.a., repeating operations, looping operations). Decision operations alter the path of a program’s execution based on the truth or falseness of a relational, equality, and/or logical operation when multiple paths through a program are required. Iterative operations, on the other hand, execute a block of code repeatedly while or until a certain condition (i.e., a relational, equality, and/or logical condition) ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.