ASP: Looping Statements - WebCheatSheet Tutorials
Note: Make sure the condition in a loop eventually becomes false; otherwise, the loop will never terminate. Back to top The Exit Keyword The Exit keyword alters the flow of control by causing immediate exit from a repetition structure. You can use the Exi...