jonathan 0

jonathan 0

  • NA
  • 13
  • 0

DataView new row position

Oct 5 2004 8:33 AM
I have a form with TextBoxes bound to a DataView (dvAccounts) on DataTable dtAccounts. The TextBoxes display details of Accounts. There is a "New" button for the creation of a new account. When New is hit a new row is added to dvAccounts. Can I move the BindingContext of dvAccounts to the new row at this point so that the user can enter values in the TextBoxes and not be editing the row that was displayed when "New" was hit? How do I do this? BindingContext[dvAccounts].Position = dvAccounts.Find(?????) Thank you jmatt