6 Ocak 2014 Pazartesi

XML dosyasını DataTable a aktarma

            DataTable dt = new DataTable();
            dt.ReadXmlSchema(@"c:\isimler.xml");
            dt.ReadXml(@"c:\isimler.xml");
            dataGridView1.DataSource = dt;


Hiç yorum yok:

Yorum Gönder