January 25, 2008, 10:00 pm
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. Continue reading ‘Enable/Disable Controls using ControlCollection’ »
January 21, 2008, 4:46 pm
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. Continue reading ‘JScript Exception in AJAX Control Toolkit’ »
January 19, 2008, 1:58 pm
It seems that the desperate scammers have been really working hard devising different schemes trying to steal people’s identities. Continue reading ‘Recent Email Scam’ »
January 11, 2008, 10:40 pm
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. Continue reading ‘The Elusive File.Copy’ »