Search
Project Description
Some say it is bad to place your entire page in an UpdatePanel. But I want to! So this little thing sends only the changes inside an UpdatePanel, getting up to 99%reduction in amount of data sent to the client! It is the next logical step from "ajaxifying" a site.


Usage
Response.Filter = new UpdatePanelShrinkerFilter(Response.Filter, Page); in Page_Load of pages or master pages.

Make sure you either have write access for web.config and create rights for the web folder or that you add to the web.config
<add path="CommandHandler.axd" verb="GET,HEAD" type="Siderite.Web.Handlers.CommandHandler" validate="true" />
in the system.web , httpHandlers section.

Pay a lot of attention to the Debug Output window in Visual Studio, where the memory footprint and compression rates are shown.
Last edited Feb 23 2009 at 11:09 AM by Siderite, version 4
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416