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
control
Type: System.Web.UI.ControlA Control object.
Return Value
Type: System.String
A string that contains the control's ID as a quoted literal string or the null identifier