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
Amit MohantyPosted Dec 30, 2023, 7:07 AM
Assuming rs contains data to bind Repeater/Gridview.