Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i have created a poll using Xml file but the problem is the code working properly while i run the program but if i upload in FTP, it is showing error.Is there any code to update Xml value online
Posted
Updated 11-Nov-13 23:37pm
v2
Comments
Thanks7872 18-Oct-13 0:32am    
Database doesn't mean Access or SQL Server or MySQL etc. The place where your data is stored in structured format is called database. So "without database" will be some what misleading here.
RamaDinakaran 12-Nov-13 4:33am    
i have created a poll using Xml file but the problem is the code working properly while i run the program but if i upload in FTP, it is showing error.Is there any code to update Xml value online

1 solution

May not be straight forward. But you can try this in two steps. This is just a possible solution. Might be other borders might post a better one. Your alternative option to use txt file is not advisable. You can think of csv file.

1. Import XML into data table.
2. Use the data table to generate graph.

This are few links for reference.

http://msdn.microsoft.com/en-us/library/fx29c3yd.aspx[^]
http://stackoverflow.com/questions/12553435/how-to-draw-chart-based-on-datatable-from-console-application[^]
http://stackoverflow.com/questions/12838720/aspchart-from-datatable-with-many-series[^]
 
Share this answer
 
v2

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