The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
dear sirs,
how can i show xml data ( a basic ) in a winform datagrid.
or actually how can i bind xml to a datagrid.
your prompt attendance will be very appreciated.
best, robert.
ADAdministrator Syncfusion Team April 16, 2004 07:11 AM UTC
Hi,
You can try the following C# code:
DataSet dataset = new DataSet();
dataset.ReadXml("xmlfilename");
datagrid.setDataBinding(dataset,"TableName");
Thanks,
kiran
>
> dear sirs,
>
> how can i show xml data ( a basic ) in a winform datagrid.
>
> or actually how can i bind xml to a datagrid.
>
> your prompt attendance will be very appreciated.
>
> best, robert.