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

I am creating a simple Silverlight application doing insert, delete and update Operation in a datagrid. i have 2 textbox controls and a add button. For a click of add button the content from textbox should place in xml as isolated datastore so that we can insert multiple rows in side the xml and displaying in the datagrid without saving into the database.

Im struck in getting xml data into dataset or datatable since there s no system.data namespace in the silverlight. So how can i send those xml values to the WebService to save in the database

Thank you in advance
Sharathrr
Posted

1 solution

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