Hello,
How do you load a grid control with an XML file?, I tried the code below but can't figure out why it doesn't work.
Dim ds As New DataSet
ds.ReadXml("C:\aop29_XML\customer.xml")
C1TrueDBGrid1.DataSource = ds
C1TrueDBGrid1.Visible = True
Thanks,
Victor
How do you load a grid control with an XML file?, I tried the code below but can't figure out why it doesn't work.
Dim ds As New DataSet
ds.ReadXml("C:\aop29_XML\customer.xml")
C1TrueDBGrid1.DataSource = ds
C1TrueDBGrid1.Visible = True
Thanks,
Victor