Published on 2005-08-13 10:07:05
ComfortASP.NET optimizes all ASP.NET page updates (Post Back's) by only transferring changes to the client. This dramatically reduces the required bandwidth besides keeping display of changes very fast. Further more the PostBack is done by using a hidden PostBack mechanism (AJAX like). This optimized PostBack mechanism is the base for the feature-set that is supplied with ComfortASP.NET.
The main goal while developing ComfortASP.NET was to provide features to ASP.NET that usually can only be done by using DHTML, JScript or JavaScript and Client Callbacks (or AJAX.Net, Remote Scripting, JSRS and so on) but without forcing the developer to deal with these technologies!
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved