2

I want to insert data into sql table in silverlight application. I know how to use WCF Ria services to show data from sql table into datagrid tool.

But now i want to add some data into table using Silverlight application?

I tried LINQ to SQL to method which uses web service to insert data.

So now my question is it okay to insert data in sql using LINQ to SQL method and fetch and operate on the same data using WCF Ria Services ?

Means using both the techniques along side ?

Please suggest Thanks

0

1 Answer 1

2

You can find good example : WCF RIA Services Part 3: Updating Data which help you to complete the task easily...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.