Browse by Tags

All Tags » UpdatePanel (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...

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...

Ajax 1.0 updatepanel and custom FileUpload Control by alessandro

Today my friend daniela has a particular situation in which she needs to check if the file already exists before allowing the upload. With the updatepanel this is easy. Ofcourse, what you will see is a followup to my previous post on the update panel...

Ajax 1.0 XMLHTTP callbacks via Updatepanel in Custom Web Controls. POWERFUL and cake!!! by alessandro

When using the brand new ajax library 1.0, officially released not more than a couple of weeks ago, we understand its a very rich control, really nice :-) One question that i have always asked myself is what must i do if i want to incorporate ajax functionality...
More Posts