1
Answer

Repeater/Gridview in c#

Ramco Ramco

Ramco Ramco

1y
473
1

Hi

  Using below code i want to get data in Repeater/Gridview in c#

biuan.com/DataBrowser/Recordset/


SAPbobsCOM.SBObob obj = _oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoBridge);
            SAPbobsCOM.Recordset rs = _oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
            rs = obj.GetBPList(SAPbobsCOM.BoCardTypes.cCustomer);

Thanks

Answers (1)