Hi everyone,
I'm new to XML. We are working on Asp.net, C# & Xml. We are developing a project mostly working on XML. We are generating an XML File from the inputs given from an Admin Page. According to the work done on Admin page, an Xml File will be Generated and it will be stored into the SQL Server DB.
This is just an example of the Main page, In the same way we will be creating relative Pages and generating XML files for every page. So there would be more than 10 XML files.
Now I want to create a Page in which I can retrieve or select any Xml File from the SQl DB and display it onto a nested Datagird (Since the XML files will be Hierarchal). And also edit, update, delete, insert records into the XMl files and Save the Changes performed on the Gridview in the XML File.
A backup will be taken of the XMl File on to the Computer.(dats different at present)
My Pblm is ::: Iam not able to bind more than one Hierarchal XML file (ie) selecting any Xml file and performing updation task on the xml file.
I can achieve this for a normal XML file, but couldn't do for Nested Gridview.
I don't want to bind every xml file with its Column name on the itemtemplate.
i want to pick up any Xml file and display it on the nested gridview and perform update operation on the file.
Any one Plz help me.
Regards,
Usha
Thank you