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
Nafihudheen KT
NA
43
79.2k
Write and update data from xml file ?
Nov 2 2011 1:44 AM
I want to create an xml file like the following format,
<Category>
<Sales Title="SalesInvoice">
<BillNo "Bill No">1220</BillNo>
<BillDate "Date">1-1-2011</BillDate>
<TotalAmount "Amount">15000</TotalAmount>
</Sales>
<Purchase Title="Purchase Invoice">
<BillNo "BillNo">1</BillNo>
<BillDate "Date">1-1-2011</BillDate>
<TotalAmount "Amount">150</TotalAmount>
</Purchase>
</Category>
Is any body know the C# code to create, select , and update the above xml file model please help me.
Thanking you,
Reply
Answers (
5
)
Main method in C#
Make Rdlc report with parameters passing using array list and print