c# Questions - SnippetGood most recent 30 from http://snippetgood.com 2010-07-29T23:48:42Z http://snippetgood.com/feeds/tag/c 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/104/code-to-convert-from-8-bit-integers-to-16-bit-integers-and-vice-versa Code to convert from 8-bit integers to 16 bit integers and vice versa? RCIX 2009-10-16T10:14:29Z 2009-10-17T16:02:16Z <p>I'm looking for a simple pair of functions that will convert a pair of 8-bit integers into a single 16-bit integer type and vice versa. Does anyone know of one for .NET? </p> <p>[someone with more rep: please add the "c#" tag?]</p>