Is it not possible to use a SQLDataSource in an aspx page inside a Silverlight application?
+2
A:
No. But take a look at RIA Services. It provides similar functionality...
Koistya Navin
2009-04-10 13:04:24
+1
A:
silverlight is client side you cannot use a sqldatasource
Essentially the features offered by Silverlight are just a subset of the full .NET framework.
If you need data in your Silverlight application you will have to call a Web Service that will hand you the data you need.
Konstantinos
2009-04-10 13:05:22