Seems to be a bug in the way the Designer sets up bindings
...
System.Windows.Forms.Binding("Text",this.dsEvent.Event,"Name",true)wherethis.dsEvent.Event is the datasource and Name is the dataMember and this works fine, but when I get the designer to automate this it creates the line: ...System.Windows.Forms.Binding("Text",this.dsEvent,"Event.Name",true) which doesnt work. Whats going on here? How come the designer doesnt work properly in this instance? By the way Im using MSVS Beta2. -Mike

