Tagged Questions

1
vote
2answers
79 views

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#. Here's a VB one I use: If condition Then <statements> Else I …