Hi,
here is the code:
var crmService = CRMConnection.GetCRMService();
System.Web.UI.WebControls.Label guidLbl = e.Item.FindControl("lblguid") as System.Web.UI.WebControls.Label;
string _id = guidLbl.Text;
Guid guid = Guid.Parse(_id);
if (guid != null && Id == guid)
{
crmService.Delete(intelCRM, guid);
}
please help me solve this error..

Thanks
*This post is locked for comments
I have the same question (0)