Low cost ecommerce web development India flash website design
Control Structures
Control structures allow you to control the flow of execution of your scripts.
You can specify that some code should be executed only under certain
circumstances, using conditional structures. You can specify that some code
should be executed repeatedly, using looping structures. Lastly, you can
specify that code from somewhere else in the script should be executed using
branching controls.
Conditional Structures
The If...Then...Else construct allows you to choose which block of code to
execute based on a condition or series of conditions.
<%
If condition1 Then
codeblock1
ElseIf condition2 Then
codeblock2
Else
codeblock3
End If
%>
Freelance web designer ASP PHP ecommerce web development India