Browse by Tags

All Tags » Ajax extentions (RSS)

Reducing UpdatePanel bloat by utilizing UpdateMode="Conditional" and ChildrenAsTriggers="false" by alessandro

Just the other day, i was playing around with my DataControls nested inside an updatepanel. While this was working well, since everypostback was being done via an ajax callback, the amount of traffic going back and forth was simply way too bloated. It...

Constructing a window frame to compliment the Popup and ModalPopup controls in AjaxControlToolkit library. by alessandro

ok, so, to continue my previous post on the AjaxControlToolKit(ModalPopup), one of the things I feel might be convenient is the addition of a window frame panel that can be used alongside the Popup or ModalPopup control. Both the Popup and ModalPopup...

UpdatePanel Css StyleSheet upon partial-refresh bug in IE by alessandro

The update panel seems to have a bug when registering an external stylesheet or including css styles from within the contents that will be getting partially rendered. The bug only seems to occur in IE, works nicely in firefox. Impressive indeed. My problems...

Rich ajax applications that do not break if javascript is disabled. by alessandro

Always wanted to test if the client's browser has javascript disabled in their browser ? Sounding impossible ? Well, not anymore! Ok, so as Web2.0 applications are increasing in popularity and we are all starting to enable a lot of clientside javascript...
More Posts