vb Questions - SnippetGoodmost recent 30 from http://snippetgood.com2010-07-29T23:46:31Zhttp://snippetgood.com/feeds/tag/vbhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://snippetgood.com/questions/107/asp-net-conditional-statementsASP.NET Conditional StatementsTillimook2009-10-17T15:52:33Z2009-10-31T16:29:04Z
<p>What kind of conditional statements does asp.net have, and how are they coded?</p>
<p>I'd like to see both VB and C#.</p>
<p>Here's a VB one I use:</p>
<pre><code>If condition Then
<statements>
Else If condition Then
<statements>
</code></pre>
<p>Thank you.</p>
http://snippetgood.com/questions/16/can-i-use-net-to-return-an-ipCan I use .NET to return an IP?Code Newb2009-10-01T04:43:52Z2009-10-17T16:02:51Z
<p>I'm just curious if there's a snippet for returning your IP address, for the classic "Your IP address is ___" gimmick.</p>
<p>Is there something out there?</p>
<p>Thanks.</p>