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.
|
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:
Thank you. |
||||
|
1 |
|
||