An NDoc Documented Class Library

ManagedPage.GetClientIDScript Method 

Get the javascript code to get the object otherControlID, whose naming container is as same as currentControl's.

[Visual Basic]
Public Function GetClientIDScript( _ 
   ByVal Control As Control, _ 
   ByVal String As String _ 
) As String
[C#]
public string GetClientIDScript(
   Control Control,
   string String
);
[C++]
public: String* GetClientIDScript(
   Control* Control,
   String* String
);
[JScript]
public function GetClientIDScript(
   Control Control,
   String String
): String;

Parameters

currentControl
A control whose naming container is used to as the base to locate the other control
otherControlID
The other control's ID

See Also

ManagedPage Class | AqDWeb.Base Namespace