Manuel B

Manuel B

  • NA
  • 29
  • 0

C# databinding

Nov 21 2008 6:18 AM

Hi,

I have a form1 that is databound to a customers table and when I run this form it shows the customerID in a textbox.Let's say I hit the next button on the binding navigator and the customer id is :"2".

On form1 I have a button that opens a second form called form2.

On form2 I have a text box called customerID (cos I am thinking of the original customerIDtextbox.text from form1).

So this is my question.....How do I get this textbox value in form2 to be the same as the one in form1?

I am using a dataset and I want to then insert the form2 textbox value into a database.

Am new to programming so please excuse the poor questioning style.

Thanks


Answers (4)