Binding Context
Hi all
Some assistance please, I am trying to apply the code:
"this.BindingContext[this.dsCustomers1, "Customers"].Position++" from the Wrox book to my own project, but i dont seem to make my code work.
I am still in the early stages of learning C# and I thought that my code:
"this.BindingContext[this.dsEmployeeContact, "this.dsEmployeeContact.taEmployeeMaster"].Position++;"
Would work fine, but it does not.
Any suggestions?
thanks
Chris
PS this.dsCustomers1 refers to the datasource yes? And Customers refers to the table within the datasource yes?
|