Ramco Ramco

Ramco Ramco

  • 460
  • 2.8k
  • 399.3k

Repeater/Gridview in c#

Dec 30 2023 6:10 AM

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)