4
Answers

Erorr in code

Tan Kai Kai

Tan Kai Kai

11y
1k
1
   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)