February 16, 2009 by Bob Barth
How to make .net 3.5 SP1's new URL routing functionality work with IIS 5.1/6.0 without resorting to wildcard mapping. [
more... ]
(8 comments)
June 7, 2008 by Bob Barth
How to call methods on your business objects without using a pass-through webservice or PagetMethodAttribute'd static methods on an aspx page. [
more... ]
(8 comments)
June 6, 2008 by Bob Barth
How to implement the optgroup tag in a .net DropDownList control. [
more... ]
(67 comments)
May 22, 2008 by Bob Barth
Shows how to derive from a DropDownList control to create a drop-down list that can render HTML character entities inside it's option elements. [
more... ]
(14 comments)
April 30, 2008 by Bob Barth
Query a single field for multiple values in a stored procedure. [
more... ]
(8 comments)
April 29, 2008 by Bob Barth
How to use a parameter to dynamically sort results in MS SQL Server 2005. [
more... ]
(63 comments)
April 24, 2008 by Bob Barth
C# and T-SQL functions to calculate the number of working days between any two dates. [
more... ]
(28 comments)