Framework / Web Forms / Postback / Nevron Postback How To

Nevron Postback How To
 How to switch back to the old temp image files

Nevron web controls provide a ImageAcquisitionMode property that controls how images are generated, stored and delivered to the client. By default it is set to ClientSideImageAcquisitionMode.HttpHandler, and images are generated dynamically, using HTTP handlers. Setting it to ClientSideImageAcquisitionMode.TempFile will enforce the temporary image files generation.