Event Logging Using Reflection
When exceptions occur during the execution of an application, the stack trace contains the detailed location of where the exception is […]
When exceptions occur during the execution of an application, the stack trace contains the detailed location of where the exception is […]
I ran into this weird compile time error the other day, and as it turned out, this is due to […]
Typically, there is rarely a need to change a control’s ID. However, this practice is sometimes useful when debugging a […]
I ran into an interesting problem with the Web Setup project in ASP.Net 2.0 last Friday.
It seems that the DropDownList control in ASP.Net 2.0 really has some issues. Besides the one I mentioned in an […]
I always use Global.asax for centralized error handling in my ASP.Net applications and typically it works great.
We often need the capability of selecting multiple rows from a grid, unfortunately the GridView component in ASP.Net 2.0 does […]
Reflection is case sensitive by default, which comes at no surprise to most C# developers.
In a role based application, it is often required that certain controls on the UI form be enabled and disabled […]
I ran across an exception "Microsoft JScript runtime error: ‘this._postBackSettings.async’ is null or not an object" the other day while […]
A while ago, I discussed some interesting behavior of File.Exist function in .Net. Recently I found out that File.Copy is […]
I came across something rather interesting the other day when trying to determine what sorting algorithms .Net Framework uses in […]
Earlier today, while I was trying to bind a collection to a drop down list, I got the following exception:
I remember that in one of my graduate school classes at University of Wisconsin – Madison, professor Rastislav Bodik (he […]
Ubuntu and OpenSUSE have been my top choices of Linux distros over the years.