April 2007 - Posts
I was looking into some browser quirks today and came across some interesting but confusing information. The layout engine used by IE7 to render pages is named Trident. MSHTML or Trident was first introduced with Internet Explorer 4 way back in 1997.
Read More...
Enterprise Library for the .NET framework 2.0 and 3.0 has finally been released. Some of the highlights are : Validation Application Block . Allows you to centrally define validation rules using configuration or attributes, and easily validate data from
Read More...
Today I was working on a WebUserControl that basically contained two ListBoxes. One contained a list of items available and the other had all the selected items. A problem came up where when I selected an item in the available items list and tried to
Read More...