Results 1 to 6 of 6

Thread: [RESOLVED] [2005 Service Pack 1] Data Grid View

Threaded View

  1. #6

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [2005 Service Pack 1] Data Grid View

    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:
    VB Code:
    1. Private Sub SaveDataToolStripMenuItem_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles SaveDataToolStripMenuItem.Click
    2.         DataSet1.WriteXml("database.xml")
    3.     End Sub
    4.  
    5.     Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    6.         DataSet1.ReadXml("database.xml")
    7.     End Sub
    when it opens up the database.xml file, all of the cells are empty
    Last edited by smart_phil_dude1; Jan 22nd, 2007 at 07:32 PM.
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width