ESRI.ArcGIS.ADF.Web.UI.WebControls
ToString Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : ToString Method




Converts the CallbackResult to a string that can be interpreted on the browser client.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()

Remarks

Use this method if you initiate a client callback outside of an ESRI Web ADF control, and need to pass information back to the browser. See the overview for CallbackResult for discussion.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.