Tuesday, November 29, 2005
This is the C# code for an ASP.NET required validator web control that requires a specified set of controls to be all populated, or all empty. It inherits from the RequiredFieldValidator ASP.NET class, so it essentially works the same way, it just treats the set of controls you specify as if they were one control (in the sense of requirement).
.NET | ASP.NET | C_Sharp
11/29/2005 10:40:56 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, November 02, 2005
Here is a free JavaScript trim() function for your use. Trim is a common function in other languages' syntax that removes leading and trailing spaces in a string. It does not exist in JavaScript as a built-in String function.
11/2/2005 5:17:57 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
 Friday, October 21, 2005
MSSQL Syntax for creating a comma-delimited string from a single column query using only a single SELECT statement
10/21/2005 12:33:09 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
A very useful MSSQL Stored Procedure that will generate a cross tab (pivot table in the Excel world) output
10/21/2005 11:59:06 AM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |