RivasBoy Posted January 19, 2012 Posted January 19, 2012 I developed an application in C # where I have 6 text boxes and a datagrid with 4 columns and multiple rows and a button. The button should generate an xml file. I can create the xml file and write the data from text boxes, but not the DataGrid. Anyone can help me? Thank you. Quote
DecemberChild Posted February 24, 2012 Posted February 24, 2012 How did you generate the XML with the text box content? Did you use a third-party framework or did you use the .NET XmlSerializer? I haven't tried it myself, but my first thought is that it shouldn't have to be too hard to serialize the content of a datagrid, but it's hard to say without having more to go on... What have you tried so far? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.