c# - How to serialize TreeView and DataGridView along with strings -


i have windows form application in c#. need save form data xml file. can save text in textboxes given in tutorial using strings c# tutorial - xml serialization

i unable figure out how serialize treeview , datagridview same xml file. tried solution given herehow serialize treeview in xml , deserialize xml treeview? unable save data single xml file. while deserializing, strings populated in treeview instead of nodes.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -