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.7k
sum problem of decimal value
Sep 15 2017 6:40 AM
I am getting output for single number when I use decimal value then the following code does not work. Please help me.
string Charge = (Convert.ToInt32(_product.Where(x => x.SoinikNo.ToLower() == row.Cells[2].Value.ToString().ToLower()).Select(x => x.Charge).FirstOrDefault()) + Convert.ToInt32(row.Cells[21].Value.ToString())).ToString();
Reply
Answers (
5
)
how to Filter values in webgrid based on textbox input
what does this mean?