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
Shovan Saha
NA
321
91.9k
How can I call this code on button click?
Sep 8 2017 11:05 AM
int SlNo = 0;
var groupedData = from b in datatable.AsEnumerable()
group b by b.Field<string>("Item") into g
select new
{
SlNo = ++SlNo,
Item = g.Key,
TotalPrice = g.Sum(x => x.Field<int>("Price"))
};
Reply
Answers (
3
)
how to write the exception with out change of the code in as
error while sending post request in angular