Click or drag to resize
KaxXmlHttpPanel Class
KaxXmlHttpPanel class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxXmlHttpPanel

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxXmlHttpPanel : KaxWebControl, 
	ICallbackEventHandler

The KaxXmlHttpPanel type exposes the following members.

Constructors
  NameDescription
Public methodKaxXmlHttpPanel
Top
Methods
Properties
  NameDescription
Public propertyEnableClientScriptEvaluation
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyOnClientResponseEnd Obsolete.
Public propertyOnClientResponseEnded
Public propertyOnClientResponseEnding
Public propertyOnClientResponseError
Public propertyRenderMode
Gets or sets a value that indicates how the content of an KaxXmlHttpPanel control will be wrapped on a page. Inline means the content will be wrapped in a span tag (Default), while Block means that the content will be wrapped in a div.
Public propertyValue
Public propertyWaitIndicatorID
Public propertyWebMethodName
Public propertyWebMethodPath
Top
Events
  NameDescription
Public eventServiceRequest
Top
See Also