Enable/Disable Controls using ControlCollection

January 25th, 2008 by kwong

In a role based application, it is often required that certain controls on the UI form be enabled and disabled based on user’s security credentials.
Read more »

Posted in Software | No Comments »

JScript Exception in AJAX Control Toolkit

January 21st, 2008 by kwong

I ran across an exception "Microsoft JScript runtime error: ‘this._postBackSettings.async’ is null or not an object" the other day while writing some AJAX code with .Net AJAX Extensions for .Net framework 2.0.
Read more »

Posted in Software | 6 Comments »

Recent Email Scam

January 19th, 2008 by kwong

It seems that the desperate scammers have been really working hard devising different schemes trying to steal people’s identities.
Read more »

Posted in Technology | No Comments »

The Elusive File.Copy

January 11th, 2008 by kwong

A while ago, I discussed some interesting behavior of File.Exist function in .Net. Recently I found out that File.Copy is just as elusive when UNC is involved.
Read more »

Posted in Miscellaneous, Software | No Comments »