vb Questions - SnippetGood most recent 30 from http://snippetgood.com 2010-07-29T23:46:31Z http://snippetgood.com/feeds/tag/vb http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://snippetgood.com/questions/107/asp-net-conditional-statements ASP.NET Conditional Statements Tillimook 2009-10-17T15:52:33Z 2009-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 &lt;statements&gt; Else If condition Then &lt;statements&gt; </code></pre> <p>Thank you.</p> http://snippetgood.com/questions/16/can-i-use-net-to-return-an-ip Can I use .NET to return an IP? Code Newb 2009-10-01T04:43:52Z 2009-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>