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
dhoni kholi
NA
198
42.7k
How to get Values Like 1.1023
Dec 12 2019 12:17 AM
This is My code But
Output is zero
private decimal gstcal()
{
decimal tax,price,cal, tcal;
tax = Convert.ToDecimal(txtFtax.Text); // Tax=5
price = Convert.ToDecimal(txtFamt.Text); // Price=20
cal = (tax / 100);
tcal = price * cal;
return tcal;
}
Reply
Answers (
5
)
The model item passed into the dictionary is of type 'System
httpclient postasync binarydata with json values