Welcome to WindowsClient.net | Sign in | Join

Zuker On Foundations

The realm of .NET (WPF, WCF and all around)

Browse by Tags

All Tags » Web (RSS)
Making Ajax calls to server using PageMethods and Session_End
We were working on a project where there was used the ajax pattern of PageMethods in order to call to the server. We experienced a weird behavior where calling the operation marked as WebMethod (required to be called as part of the PageMethods) caused...
Posted: Dec 21 2008, 03:36 PM by Amir Zuker | with no comments
Filed under: ,
UpdatePanels, RadioButtons, UpdateProgresses and AutoPostBacks
(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...
Posted: Nov 27 2008, 03:37 PM by Amir Zuker | with 1 comment(s)
Filed under: , ,
PNG Transparency for IE6
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...
Posted: Aug 11 2008, 11:09 AM by Amir Zuker | with no comments
Filed under:
Text Trimming Using CSS
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: <...
Posted: Jul 29 2008, 02:44 PM by Amir Zuker | with no comments
Filed under:
Page view counter