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
narasiman man
NA
0
117.8k
getting error when i try this code
Jul 10 2012 4:39 AM
double days = Convert.ToDouble(txt_working.Text);
double sundays = Convert.ToDouble(txt_netpay.Text);
double a = Convert.ToDouble(txt_basicscale.Text);
txt_basicamount.Text = Convert.ToDouble((a / days) * sundays).ToString();
when i try this above code i got error as
in second line input sting was not in a correct format.
please help me
Reply
Answers (
5
)
salary amount to be calculated
when i press clear button error occurs