Here is the complete answer for myself at the end.There is add,remove,upda te,find commands.
namespace MOVIE_DATABASE_ with_XML
{
public partial class Form1 : Form
{
public Form1()
{
InitializeCompo nent();
}
private XmlNodeList nodes;
private XmlElement elm0;
private XmlElement...
Leave a comment: