Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi.
I am using a TreeView control with CheckBox which shows data from an xml file. Now I want that when a user clicks on the CheckBox, that item should be stored in the DataBase (SQLServer2005). Can anyone help me to do this?
Posted
Updated 25-Aug-11 23:57pm
v2
Comments
BobJanova 17-Aug-11 7:44am    
Insufficient information (what do you want to save? what is your table schema? can the user add new nodes, or delete them, and if so should those changes be mapped?). And you need to try something yourself before asking CP to do it for you.

1 solution

You have to use AJAX (Asynchronous JavaScript And XML) for that. For more info, just Google it out!
 
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