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.
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.
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
thanks!!
murzin 2 months ago
Do you know how to load a XMLschema with the XML file and view it in the datagrid ?
Thanks
ibenny100 6 months ago
@juanhdz2 Try using .DataBind() thanks.
blink625 8 months ago
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.
heloizyjhenifer 9 months ago
tnx man that tutotiral helped me
CCSPROGRAMMING 11 months ago
@juanhdz2
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?
ISSDUC 11 months ago
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
Comment removed
RaverGames 1 year ago
Thanks =)
Lvenok88 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
Simply... excellent! Thankyou!
jorgeerosa 1 year ago
thank you
moresquo 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
Esta muy bueno tu video
Espero y subas uno sobre como recibir un XML y guardarlo en un Base de Datos y luego Enviarlo
saludos
jonamtzhdz 2 years ago