TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tan Kai Kai
NA
114
43.2k
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
Reply
Answers (
4
)
MVC Get view values in controller
not setting color,font to text box in asp.net