I have a ComboBox with its elements loaded from a sqlserver table (groups). I also have a DataGridView, linked to another table (users).
Apple has a nice little tutorial for making a simple master-detail interface. Interface Builder will even automatically generate one for you from a Core Data entity. However, I\'m trying to do somethi
I have two MSSQL 2008 databases dbA and dbB, dbA contains master-detail tables pair: AMaster, ADetail. Corresponding it dbB also contains BMaster and BDetail. The only one difference betwee A and B is
i\'m using the Northwind database and I want to create a C# .Net Framework windows form to generate an order input.
What .NET control do i should i use to display this to the user? I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can have several items (
In my ERP application, I am taking a extra field named \'IsRemoved\' as boolean. Whenever a user deletes any record, the record is not deleted - only its \"IsRemoved\" column gets value \'true\'.It he
I have a master-detail relationship in some custom entities.Say I have the following structure: class Master : INotifyPropertyChanged