C#: Embedding images in an email

April 22, 2010 by Christoff Truter - 4 Comments

How to embed images into an email using C#

C#  

Javascript: Limit Textarea

April 14, 2010 by Christoff Truter - 1 Comment

Add a maxlength property to textareas

JavaScript  

ASP.net(C#) Custom Hierarchical Datasource

April 11, 2010 by Christoff Truter - 5 Comments

How to create a custom hierarchical source for ASP.net

C#   ASP.NET  

Progressbar issue .net Windows 7/Vista

April 10, 2010 by Christoff Truter

I noticed a rather annoying issue while working with progressbars in .net and Windows 7/Vista

C#  

SQL 2005 - CLR Integration - Custom XQuery/XPath functions (C#)

March 23, 2010 by Christoff Truter

How to extend XQuery support for SQL 2005

C#   SQL