Nevron .NET Vision
Framework / Web Forms / Response Types / Response Type Overview

In This Topic
    Response Type Overview
    In This Topic
    This topic applies only for non-AJAX modes.

    Nevron Web Form for .NET supports two types of response send to the client browser:

     

    • Image response - the chart generates an img or embed tag with attached PNG, JPEG, GIF, TIFF. BMP or SVG (Scalable Vector Graphics) image. The image can also be directly streamed to the browser (without generating an image file on the server). SVG images can be interactive.
    • HTML image map - an interactive image map capable of displaying tooltips, changing the mouse cursor, redirecting the browser and generating server side (postback) events. The image map can be based on a PNG, JPEG, GIF, TIFF or BMP image. It can also contain custom defined client side script.

     

    The rest of the topics in this book will teach you how to work with these response types.

     Important
    The information on response types is not relevant when using the Nevron web controls in AJAX mode.