views:

18

answers:

1

Hi All

I want to connect my sql server 2005 database using ado.net in silverlight.

I want to connect manually to my database.

Please give me examples of populating gridview in silverlight manually.

Thanks

A: 

You need a service (an RIA service for instance) to connect a Silverlight app to a database

vc 74
Is there any method to database using sqlclient .
sumit
What are the RIA services ?
sumit
Used in conjonction with entity framework, RIA services allow the quick creation of an interface between a Silverlight app and a database. For more info: http://www.silverlight.net/getstarted/riaservices/
vc 74