ugh, sorry for my stupidity i'm tired... i found it thanks a lot
EDIT:
kk, i've done that and now i have a problem. this is my code:
when it opens up the database.xml file, all of the cells are emptyVB Code:
Private Sub SaveDataToolStripMenuItem_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles SaveDataToolStripMenuItem.Click DataSet1.WriteXml("database.xml") End Sub Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load DataSet1.ReadXml("database.xml") End Sub





Reply With Quote