BindingSourceNavigator for Integer Array?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

Is there anyway to set the BindingSource for a BindingNavigator control to
an Integer Array? I already have the database logic programmed into a
custom class (DBResults) with an Integer Array holding the PKey. I would
like to use the binding navigator control. Everything works, moving,
adding, deleting. I just haven't gotten the List to work yet (1 of X
records).

Thanks,
Ryan
 
I guess nevermind on this. I just deleted the default
BindingNavigatorCountItem and BindingNavigatorPositionItem and created my
own. They look the same but don't rely on a BindingSource to generate
values. So now I'm able to modify their text with code.

Ryan
 

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