G
Guest
My question, is there a way to get a data field after moving to the next
record? I need the key field???
private void Next_Click(object sender, System.EventArgs e)
{
this.BindingContext[dsAnimal1, "animal-info"].Position += 1;
If possible please help.
record? I need the key field???
private void Next_Click(object sender, System.EventArgs e)
{
this.BindingContext[dsAnimal1, "animal-info"].Position += 1;
If possible please help.