Hi friends,
I have this code where in I am getting the object reference not set... What is a good way to check if the list contains CUSTID do this else do someting...
Thank You
var custID = e.AddedItems[0].GetType().GetProperty("CUSTID").GetValue(e.AddedItems[0], null).ToString();
Go to the complete details ...