Question : sql connection silverlight

I have forgotten how to connect to a sql server 2008 db and write and read data to a SilverlightL app on a browser

I want to write text and numbers to a sql server ex db from  Silverlight . I need a webservice I believe.


I am doing this from the code behind .

Answer : sql connection silverlight

I think should be able to use LINQ to Sql to full data back from the database and bind the queries which you can create or tables or view depends on the use of the data on the front end and then bind that query to the silverlight controls. If you have a dropdown which has get the data from the backend you can create a lookup instead of binding the control from backend, so which increases efficiency of the system.
Random Solutions  
 
programming4us programming4us