DialogMaster.GetControlIdOrNullForClientScript Method

Gets either the control's ID as a quoted literal string or the null identifier.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Function GetControlIdOrNullForClientScript ( _
    control As Control _
) As String
'Usage
Dim control As Control
Dim returnValue As String

returnValue = Me.GetControlIdOrNullForClientScript(control)
protected string GetControlIdOrNullForClientScript(
    Control control
)

Parameters

Return Value

Type: System.String
A string that contains the control's ID as a quoted literal string or the null identifier

See Also

Reference

DialogMaster Class

DialogMaster Members

Microsoft.SharePoint.WebControls Namespace