Gets the client side object ID. This id can be used as alternative to $find(id) method
when instance of control class created dynamically without registering within ASP .NET AJAX framework.
Usage example:
var controlObj = window[control.get_clientObjectID());
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public string ClientObjectID { get; } |
Visual Basic |
---|
Public ReadOnly Property ClientObjectID As String Get |