Welcome to U E T - C S . org Sign in | Join | Help

Osama Abbas

the Answers to Life, the Universe, and Everything

April 2007 - Posts

IE layout engine mystery
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 3 released !
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...
ASP.net ListBox woes ...
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...