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
118.3k
Please help me in calculating grossrent?
Jun 22 2012 12:53 AM
i attach file please see.
rent textbox 100 in that i have calculate button when i click the calculate button 10 will display in tax text box(10)
tax textbox 10
after that i want to add 100 and 10
grossrent textbox 110
please give the code in csharp i dont know how to do .please send the code.
And copy the below code as follows
if (txt_rent.Text != "")
txt_tax.Text = (Convert.ToDouble(txt_rent.Text) * 0.1236).ToString();
Reply
Answers (
1
)
How to use get/set in C#
How to call datalist`s next page automatically after some time interval,any timer control event we can write?