Steve,

What are you binding to? If it is related to ADO.NET you should be able
to use 2 DataViews over the same datasource. Look at
System.Data.DataView


-----Original Message-----
From: Steve Wallace [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 12:49 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Databinding and Binding Context

I have two controls on a form one is a grid and the other is a combo
box, I need them to both bind to the same source and to both receive
updates about changes to the data so that when a property is changed the
display text is updated. But I want their navigation to be separate. My
first attempt was to assign each control its own BindingContext, This
solved the navigation issue but now when you change the text in the
DataGrid or combo the change isn't reflected in the other. I have a
feeling that the solution is most likely in the CurrencyManager class.



Thanks in advanced.

            Steve Wallace.

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to