AjaxControlToolkit (ASP.NET/C#) : CascadingDropDown Extender - Part 1

October 7, 2011 by Christoff Truter - 1 Comment

How to implement a cascading dropdownlist use the AjaxControlToolkit

C#   ASP.NET  

Syntactic sugar (C#): Enum

August 4, 2011 by Christoff Truter - 3 Comments

Post on the usefulness of the enum type in the .NET framework

C#  

OCR (C#) : IRIS (iDRS 14.0) Part 2 - Writing some code

August 4, 2011 by Christoff Truter - 2 Comments

In this post we look at how to use the iDRS SDK using C#

C#  

OCR (C#) : IRIS (iDRS 14.0) Part 1 - Getting Started

August 4, 2011 by Christoff Truter - 3 Comments

Post on how to setup the iDRS engine for use in .NET

C#  

ASP.NET Validators : CustomValidator Control

July 25, 2011 by Christoff Truter

Post on how to use the CustomValidator Control as Int32/Int64 type validator

ASP.NET