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 rao
NA
519
766.1k
how to write app.config file code help me
Nov 22 2012 4:57 AM
i design application using c sharp.
in that i have threecolumn as follows.
Rental cost ,Diesel service, Service Tax.
Rental Cost 231270
Diesel ser 19767
Ser Tax 30124(231270 + 19767 * 12/100).
Code as follows;
double o = Convert.ToDouble(txt_rentalcost.Text);
double p = Convert.ToDouble(txt_dieselservice.Text);
txt_servicetax.Text = Math.Round((o + p) * 0.12).ToString();
i am doing service tax calculation at that time service tax is 12 percentage.suppose in next year service tax percentage is 12.36.
In App.config how to write the code.please send the code.first time i am uisng app config file.please send the code for my above question.
Reply
Answers (
1
)
Code For Printing Multiple PDF Files From Folder Without opening the Files using c#
using javascript load the video in shockwave-flash player