Databindins?

  • Thread starter Thread starter al
  • Start date Start date
A

al

Hi,

Will be very thankfull if somone can exaplain the difference between;

txtbox.databinding.add(New binding(("property of contorl",ds,"property
of" _ & "datasource")

AND

txtbox.databinding.add(("property of contorl",ds,"property of
datasource")
 
Hi,

In the first case you are explicitly creating the Binding object where the
second the Binding object is being created for you. From a functional point
of view there is no difference, in your example.

Hope this helps
 
Back
Top