Entries for the 'C#' Category
C# code snippet demonstrating the conversion of a DataTable to HTML.
[Read more...]
Posted by Derek Trauger on Wednesday, January 06, 2010
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 by Derek Trauger on Monday, January 04, 2010
Conditionally Execute Code Based on Active Solution in Visual Studio
[Read more...]
Posted by Derek Trauger on Saturday, September 19, 2009
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...]
Posted by Derek Trauger on Monday, July 13, 2009
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 by Derek Trauger on Tuesday, May 26, 2009
|
|