Home
Manage Your Code
Now serving 12,467 code snippets
Woot! The CodeKeep add-in for Visual Studio 2008 is ready. Grab it now.
Most Recent Snippets
TitleDescriptionLanguageDate Added
ClientScript.RegisterStartupScript Call javascript method from codebehindC#10/10/2008
Running a command line utility from C# How to run a command line utility from C#. In this case, I needed to do a secure file copy to a remote server for an activiry report. I chose to use pscp from PuTTY. C#10/9/2008
Open Access Database Opening database from eventActionScript10/9/2008
Return new identity from Strongly Typed Dataset DataTable.Insert method Return new identity from Strongly Typed Dataset DataTable.Insert methodC#10/8/2008
HTTP Post, POST XML FILE OVER HTTP POST HTTP Post, POST XML FILE OVER HTTP POST, VB.NET CODE TO POST XML FILE OVER HTTP POSTVB.NET10/8/2008
SQL - Table Sizes prints out the sizes of tables (based on sysindexes) in a databaseSQL10/7/2008
Format Convert File Size formats a file size from bytes to something more usefulVB.NET10/7/2008
Recordset Call This function performs a recordset call. You just need to pass in the SQL stirng and it will do the rest. Be sure to setup the ADO connection string in the Global.asa page.ASP10/7/2008
Check if number This function is used to prevent a SQL Injection Attack. If the parameter is not numerical, it is sent back as null.ASP10/7/2008
Test TestC#10/7/2008