|
ClientScript.RegisterStartupScript
| Call javascript method from codebehind | C# | 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 event | ActionScript | 10/9/2008 |
|
Return new identity from Strongly Typed Dataset DataTable.Insert method
| Return new identity from Strongly Typed Dataset DataTable.Insert method | C# | 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 POST | VB.NET | 10/8/2008 |
|
SQL - Table Sizes
| prints out the sizes of tables (based on sysindexes) in a database | SQL | 10/7/2008 |
|
Format Convert File Size
| formats a file size from bytes to something more useful | VB.NET | 10/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. | ASP | 10/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. | ASP | 10/7/2008 |
|
Test
| Test | C# | 10/7/2008 |