Tan Kai Kai

Tan Kai Kai

  • NA
  • 114
  • 41.7k

Erorr in code

Jul 22 2013 8:45 AM
   if (e.CommandName == "addtocart")
         {
             int idx = e.Item.ItemIndex;


             int ItemID = Convert.ToInt32(DLProductsDetails.DataKeys[idx]);
         }
     }

I got an error in those red world say that the name do not exit want my datalist is that name

Answers (4)