ChartDirector 7.1 (.NET Edition)

WebChartViewer.GetSenderClientId


Usage

[C#]public static string GetSenderClientId(System.Web.UI.Page currentPage);
[VB]Public Shared Function GetSenderClientId(currentPage As System.Web.UI.Page) As String

Description

Gets the id of the JsChartViewer that sends the current HTTP request.

This method is applicable only if either WebChartViewer.IsPartialUpdateRequest or WebChartViewer.IsStreamRequest is true.

Arguments

ArgumentDefaultDescription
currentPage(Mandatory)The current Web Form.

Return Value

The id of the JsChartViewer that sends the current request.