(or, why my RadioButton which has AutoPostBack=”true” actually doesn’t display my UpdateProgress or even perform a PostBack at all?!) My fellow colleague Yitzhak Steinmetz has been playing around with Ajax capabilities and controls. He came across some...
Internet Explorer 6 has problems displaying a PNG image with alpha transparency. Follow the instructions detailed in this post to solve the issue. Note that you should apply width & height for every image you apply the style to. (At least from my...
There is a non-so-familiar way to apply trimming to text in HTML using simple CSS. In order to apply a certain width on an element and together ensure that its innerText will be bound to that and will be trimmed accordingly, we can do the following: <...