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
Post a Comment