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
karthik h
NA
7
17.9k
adding and subtracting values in textbox
Dec 30 2011 10:03 AM
textBox10.Text = (Decimal.Parse(textBox8.Text)) - (((Decimal.Parse(textBox6.Text)) *(Decimal.Parse(textBox9.Text).ToString())));
guys i wanted to multiply textbox6 and textbox9 and subtract it to textbox8 i have coded it as above and i am getting error so please help me in this code thanks in advance
Reply
Answers (
3
)
How to build the human resource management system in C#
Application life cycle