Click here to Skip to main content
15,908,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want a web application in ASP.NET(any version below VS 2010) with source code ready to use in which i can create a xml file and edit its node and enter values and save that modified xml.

Somewhat similar to the tool found at below link:

http://finaldownload.com/components_libraries_xml_viewer-23601-download.html
Posted
Updated 30-Jun-10 3:00am
v2

1 solution

So why not just use the tool? I seriously doubt that anyone is just going to give you a complete application: you need to at least try to make an effort and then ask for help when you get stuck with a specific issue. If you don't even know how to create a basic application this is either a homework question or you're in the wrong business.
 
Share this answer
 
Comments
angelvarun 30-Jun-10 9:33am    
Hiya, I cant give the tool to client :) else for future requirements they wud nt contact us :) I have created few applications where I was trying to display the xml file in gridview and then trying to manipulate it and til some extent it worked for simple structures, i also created a tree structure where i added the nodes and stored it in db but thought it wud get complex when atttributes and values wil get added, also a db structure to store that stuff was not a gud idea for me. I also tried to create a UI where i gave add node, edit node button and then using xml DOM structure adding and updating the nodes, but as i have a requirement where I have complex xml file, i need an application similar to treeview kind of structure which is too handy for user. So i thought if some1 wud have got such a requirement then that code wud be ready and i wud not have to re-invent the wheel..

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