Export DataGridView to XML File In C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024
  • Export DataGridView to XML File In C#
    And
    Update the XML File From Datagridview In C#

ความคิดเห็น • 2

  • @liamgazz5985
    @liamgazz5985 3 ปีที่แล้ว

    Hi,
    my:
    ds.WriteXml(File.OpenWrite(@"
    says that 'the given path's format is not supported'

    • @jesuscristobalgonzalezgome7523
      @jesuscristobalgonzalezgome7523 3 ปีที่แล้ว

      you must import these directives: using System;
      using System.IO; using System.Text;
      when you import it, the programm goes with normality