Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anyone help me Gridview1 to xml ?
Gridview1 data Load, But I want to Need xml, Because data google sitemap Need, so Need auto Gridview1 to auto sitemap.xml

What I have tried:

Can anyone help me Gridview1 to xml ?
Posted
Updated 15-Feb-19 9:13am
Comments
OriginalGriff 15-Feb-19 12:16pm    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

You "serialize" the "data" (objects / records), not the GridView.

Examples of XML Serialization | Microsoft Docs[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900