show/hide this revision's text 2 added 117 characters in body

What kind of conditional statements does asp.net have, and how are they coded?

I'd like to see both VB and C#.

Here's a VB one I use:

If condition Then
<statements>
Else If condition Then
<statements>

Thank you.

show/hide this revision's text 1

ASP.NET Conditional Statements

What kind of conditional statements does asp.net have, and how are they coded?

I'd like to see both VB and C#.

Thank you.