Knowledge Base

Entries for the 'C#' Category

C# code snippet demonstrating the conversion of a DataTable to HTML.

[Read more...]

Posted in: C#

» Permalink
This snippet of code uses C# & ASP.NET to display all Server Variables in the HttpContext. The variables are displayed in an easy to read tabular format.

[Read more...]

Posted in: ASP.NET, C#

» Permalink
Conditionally Execute Code Based on Active Solution in Visual Studio

[Read more...]

Posted in: ASP.NET, C#

» Permalink
Provides a generic method that can be utilized to programatically change the style sheet in an ASP.NET application.  This method can be extended by creating an additional method to pass in the name of the desired style sheet.

[Read more...]


» Permalink
The concept of building configurable applications and utilizing application configuration files has been around for years. In general the idea behind the use of application configuration files stems from the ability to dictate program behavior without the need to change code and recompile.

[Read more...]

Posted in: C#

» Permalink
Page 1 of 2First   Previous   [1]  2  Next   Last