1
vote
1answer
66 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 …
1
vote
3answers
54 views
Can I use .NET to return an IP?
I'm just curious if there's a snippet for returning your IP address, for the classic "Your IP address is ___" gimmick.
Is there something out there?
Thanks.

