Two-way data binding in WinForms (C#)

From: sandman (anonymous_at_discussions.microsoft.com)
Date: 03/22/04


Date: Mon, 22 Mar 2004 13:46:12 -0800

How can I implement two-way data binding on a WinForm that's using individual controls simple bound to specific data fields in a dataset (see the Help doc: "Walkthrough: Displaying Data in a Windows Form Using a Parameterized Query" - that's the kind of form but I want my DataSet to update when changes are made to the data). I've searched and searched and all I can find is nebulous references but no specifics.