This post originated from an RSS feed registered with .NET Buzz
by Daniel Zeiß.
Original Post: ComfortASP.NET V0.45
Feed Title: Daniel's Blog
Feed URL: /error.aspx?aspxerrorpath=/danielz/Rss.aspx
Feed Description: ComfortASP.NET - AJAX for all
Another major release for ComfortASP.NET comes today with the following improvements:
- Fixed: Exception in ASP1.1 when Session timed out and ViewSate was saved in Session - Fixed: Error with ImageButton click Event in Mozilla Browsers - Added: PanelUpdater Control to mark and trigger selective updates - Added: ClientEventTextChange Control to transport text change events to server without programming any script - Added: Set Focus in intitial update in ASP1.1
The most important feature with this release is the ability to perform selective updates. It it compareable to partitial updates in ATLAS. Now you can specify that only parts of the page are updated in a hidden postback. This is importent if you want to update parts of the page, while a user may type into another part of the page without disturbing each other. Further more selective updates can be done via a configurable timer. Please refer to the usage manual on the ComfortASP.NET homepage for more information.