Hi can anybody help me on this issue, like i was trying to create XML file from data in datagridview. Problem is datagridview is dynamically created n it depends on the user on how many rows n columns he creates n enters the data in it. Datagridview contains columns with integer as well as string. So initializing columns n rows is bit difficult as i am a newbie. Kindly help me on this..
Share
Refer to accepted solution on this and create a
DataTablemanuallyAfter you have created this
DataTable, create aDataSetand useWriteXml