|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
current member of bindingsourceHi all,
how can i load the current item in bindingsource to a datarow?? I try this DataRow dr; dr=this.dsCM1.upholstery.NewRow(); // this one work to create a new row dr= ( ????)bindingsource1.Current ; bindingsource1 data member is the table upholstery So how can I load into dr the current record on table upholstery? Thanks for your help |
|||||||||||||||||||||||