Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
Erorr in code
Tan Kai Kai
11y
1k
1
Reply
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
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
MVC Get view values in controller
not setting color,font to text box in asp.net