Databinding Question

  • Thread starter Thread starter Jason MacKenzie
  • Start date Start date
J

Jason MacKenzie

I have what is probably a simple question. I have a Windows form with some
simple databinding going on.

I have some navigation buttons like so for the Move First button:

Me.BindingContext(Child1, "Child").Position = Child1.Tables(0).Rows.Count -
1

Each row in my dataset has a date column. How can I bind to that row based
on the value selected in my datetimepicker?

Thanks for any help,

Jason MacKenzie
 
Hi Jason,

What do you mean with this sentence
Each row in my dataset has a date column. How can I bind to that row based
on the value selected in my datetimepicker?

Do you mean position.

I really do not understand what you mean, because you show that you have
already have binded the control to a table "child" and set the position to
the last row of that?

Cor
 
Back
Top