Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

  • 1 month later...
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...