Click here to Skip to main content
15,883,997 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

How to create XML file after insert,update & delete record using XML in VB.Net
Give me some example.
Posted
Comments
Richard MacCutchan 29-Dec-14 9:44am    
Create XML file from what?
Abhai Oza 29-Dec-14 10:23am    
I have insert,update & listing in window application.

1 solution

Hi.
Is some ambiguos your question but i gonna let you a link that for me was very useful when i was in a project about XML builder module and reporting
here is: https://support.microsoft.com/kb/315703/EN-US[^]

is easy,but very clear.

sumary, you just create a class and then use a Xml.Serialization , to parse the Class

Well, i hope you can find your answer.
Best regards.
 
Share this answer
 
Comments
Abhai Oza 29-Dec-14 22:20pm    
Hello..

I have Insert,Edit,Update & Delete record in XML using Window Application.
I hope You will get my Question.?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900