August 29, 2008 by Christoff Truter - 3 Comments
Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited.
C# ASP.NETAugust 11, 2008 by Christoff Truter - 4 Comments
Blog about the joys of viewstate optimization
C# ASP.NET Coding HorrorsJuly 2, 2008 by Christoff Truter - 3 Comments
Simple demonstration on how to embed files into a web control
ASP.NETJune 12, 2008 by Christoff Truter - 49 Comments
Move items between two listboxes in ASP.net(C#, VB.NET) and PHP
JavaScript PHP ASP.NET Visual Basic