XMLDA.NET Reference
GetBindValue Method
See Also  Send Feedback
xmldanet Namespace > XmlServer Class : GetBindValue Method

bindID
Name of the DataBind definition.

Glossary Item Box

Get the current item value for the named DataBind. This method is typically called from the ASP.NET DataBind handler. In Windows forms application, where an asynchronous callback into the object/control is possible, this method need not be called.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As XmlServer
Dim bindID As String
Dim value As Object
 
value = instance.GetBindValue(bindID)
C# 
public object GetBindValue( 
   string bindID
)

Parameters

bindID
Name of the DataBind definition.

Return Value

returns the current value from the internal DataBind buffer. Null (Nothing) is returned if no DataBind is active or the name is not found.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.