New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
XmlHttpPanel Object
Updated over 6 months ago
The RadXmlHttpPanel object exposes the following public properties to control its behavior:
Table 1: RadXmlHttpPanel client-side methods
| Method | Description |
|---|---|
| get_value() | Returns the value that is passed to the RadXmlHttpPanel. |
| set_value(value) | passes a value to the RadXmlHttpPanel depending on which content is loaded inside the RadXmlHttpPanel and initiates a partial page request. |
| get_element() | returns the DOM element for this control. |
| set_html(content) | sets a custom HTML content to the RadXmlHttpPanel. |