Question

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

Was it helpful?

Solution

Silverlight doesn't support ADO.NET. You'll have to make a web service call and have your web method access the database. Check out this article for some help getting started.

Hope this helps!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top