Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 55831

Getting error while deleting crm record using datagrid asp.net

$
0
0

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


Viewing all articles
Browse latest Browse all 55831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>