Data bound application infrastructure
Brady Kelly <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Organization | Chase Software |
| Message-ID | <[email protected]> |
I want to make my next Winforms app completely data bound, built around the DataSource objects etc. I've never had any problems using these features for grids etc., and only minimal issues using them for detail forms, but I need some pointers on how to marry the two. If I'm using a grid bound to a datatable, e.g. how do I transition to a detail form for the selected item when my edit command is invoked? I am willing to do the reading, I just don't know where. Too many resources I've spent too much time on only really cover the grid/list scenarios.