Home All Groups Group Topic Archive Search About

current member of bindingsource

Author
14 Apr 2006 3:09 AM
fanor
Hi 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

AddThis Social Bookmark Button