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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top