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
 

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

Similar Threads


Back
Top