|
asp net exel sheet from grid
| create exel sheet from grid contents | C# | 9/3/2010 |
|
asp net word from grid
| Word doc from grid html | C# | 9/3/2010 |
|
asp net pdf from grid
| Creates a pdf report from grid | ActionScript | 9/3/2010 |
|
Track database changes done by multiple users
| This is database trigger and track which user has updated which database object at what time. this is very useful in team work. | SQL | 9/3/2010 |
|
Uso de ProperCase Capitalize una cadena
| Poner en mayuscula cada primera leytra de una cadena sperardas por espacio. | ActionScript | 9/1/2010 |
|
Alphabetical Bubble Sort
| This will sort a string array alphabetically | C# | 9/1/2010 |
|
Get application start up path
| This will get the start up path of an application without the "\" at the end | VB.NET | 9/1/2010 |
|
Cisco JTAPI issue
| Code dies on this line: call.connect ( terminals[0], originAddress, DestinationNumber ); | Java | 8/31/2010 |
|
random rows from datatable
| select random rows from datatable | SQL | 8/30/2010 |
|
TDD - Expecting a Exception in a Fixture
| Simple helper class that can be used to return (instead of throwing) a exception object when a exception is expected in a test fixture. | C# | 8/30/2010 |