Home
Manage Your Code
Now serving 16,202 code snippets
Woot! The CodeKeep add-in for Visual Studio 2008 is ready. Grab it now.
Most Recent Snippets
TitleDescriptionLanguageDate Added
DataSetToExcel Toss a dataset into ExcelVB.NET3/11/2010
ExportToExcel Pass it a datatable, will open up the Excel object and toss in the data.VB.NET3/11/2010
ExportToExcel Pass it a datatable, will open up the Excel object and toss in the data.VB.NET3/11/2010
make a backup copy of a table make a backup copy of a tableSQL3/10/2010
UPdate id via join on FK Example of how to update an id field in a table by joining it on a field that it shares with another table.SQL3/10/2010
FormatCodeToHtml Jeff Atwood's Code to html formatterVB.NET3/10/2010
Partition clause with Rownumber It will generate number base on grouping.ActionScript3/10/2010
Capturing Console Output when Using PsExec in Diagnostic.Process There are well known documented issues with capturing the console.out from PsExec when invoked using a System.Diagnostic.Process. The following code snippet demonstrates a work around. However, see notes for a caveat.C#3/10/2010
Displaying Picture in NAV Report To display picture in NAV Report, where picture is stored in customer information tableOther3/10/2010
SafeConvert Type parsing functions to convert incoming string with optional defaultsC#3/9/2010