ASP.NET

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

Posted under Article, ASP.NET, Development, PHP on Saturday, 12 September 2009 by

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

RadioButtonList within a GridView using the AJAX UpdatePanel

Posted under Article, ASP.NET, Development on Tuesday, 28 July 2009 by

This simple but extremely useful trick explains how to hande a radiobutton within an ASP.NET gridview, without having to fiddle around with the sometimes cumbersome beast that javascript is.

RadioButtonList within a GridView using the AJAX UpdatePanel

How can I speed up hashtable lookups with struct object as keys?

Posted under Article, ASP.NET, Development on Monday, 13 July 2009 by

When you have struct objects as the key in a hashtable, the lookup operation of the hashtable performs miserably. This can be attributes to the GetHashCode() function which is used internally to do the lookup.

How can I speed up hashtable lookups with struct object as keys?

WMI Functions from ASP.NET

Posted under Article, ASP.NET, Development on Monday, 13 July 2009 by

This article demonstrates how to use WMI in ASP.NET to create a website, add a virtual folder, and add host headers. I have tested it using Windows Server 2003 and IIS 6.

WMI Functions from ASP.NET