[C#.Net]Loading XML into DataGridView
Loading...
28,770
Uploader Comments (ISSDUC)
see all
All Comments (18)
-
thanks!!
-
Do you know how to load a XMLschema with the XML file and view it in the datagrid ?
Thanks
-
@juanhdz2 Try using .DataBind() thanks.
-
Thanks for the tut.
A question though : do you not need to add columns to your DataGridView first and set their DataPropertyName's to map those in the xml? I mean, usually you do.
-
tnx man that tutotiral helped me
-
I've not changed additional properties. Just drag&drop a DataGridView onto your Windows Forms. Use a Try-Catch Block and breakpoints to find your problem.
Have you entered your DataMember correctly?
Loading...
what did you use for video capture? i need to turn in a tutorial assignment for my programming class
chikotube 1 year ago
@chikotube
I've used Camtasia for my recording.
ISSDUC 1 year ago
This method is obsolete. The XmlDataDocument class will be removed in a future release of the .Net Framework.
stevelydford 1 year ago
@stevelydford
That's true
ISSDUC 1 year ago
do you know how to do it with c++? I got an error in XmlDocument doc = new XmlDocument();
pempek8282 2 years ago
@pempek8282
You can only use it in C++.NET and the syntax may differ.
ISSDUC 1 year ago