Hi Bob,
Yes, you can bind it to a property of an object. In addition, complex data
binding expession are supported as well (only for one way binding Eval, not
in Bind)ie.
Eval("PropertyOfAnObjectType.AnotherProperty.AnotherProperty")
Regards

Signature
Milosz
> When you bind to the object data source you can bind to the underlying
> dataset that is returned by the select statement but can you bind to the
[quoted text clipped - 3 lines]
>
> Text='<%# Bind("Name") %>'
Fresno Bob - 14 Oct 2007 17:12 GMT
So when I call my update method I can just automatically use my internal
object variables and pass them to my data code?
Set(ByVal Value As String)
m_name = value
End Set
Public Function Update(updateid as integer)
ds.name = m_name
Is this kind of two way binding supported for basic types such as strings
and integers etc.
> Hi Bob,
>
[quoted text clipped - 15 lines]
>>
>> Text='<%# Bind("Name") %>'
Milosz Skalecki [MCAD] - 14 Oct 2007 23:16 GMT
Hi there again Bob,
Could you please explain in details what you're trying to do?
Regards

Signature
Milosz
> So when I call my update method I can just automatically use my internal
> object variables and pass them to my data code?
[quoted text clipped - 28 lines]
> >>
> >> Text='<%# Bind("Name") %>'