Click here to Skip to main content
15,914,074 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1.How to update the data to the XML database?
i have list of customer details.i have register page to get values.if click on the update button.the data has to update in the xml database.

XML
<?xml version="1.0" encoding="utf-8" ?>
<!--Basic information of customer-->
<Customer>
 <Details >
  <RollNo>380567</RollNo>
  <UserName>Shruthi J</UserName>
  <DOB>19/10/1988</DOB>
  <DOJ>27/10/2010</DOJ>
  <Qualification>BE/BTech</Qualification>
</Details>
<Details >
  <RollNo>245615</RollNo>
  <UserName>Vishnuvardhan</UserName>
  <DOB>06/03/1986</DOB>
  <DOJ>18/04/2008</DOJ>
  <Qualification>Msc</Qualification>
</Details>
</Customer>



DOB and DOJ are Ajax Calender controls.and qualification is DropDownList. Please suggest how should i proceed to achieve this.

Thank you
Posted

I believe the following link will help you to achieve your goal...

http://support.microsoft.com/kb/307548[^]
 
Share this answer
 
 
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