Hi i'm just now playing around with the silverlight applications and would like to start using it for some sites. Can't figure out off the bat how to bind teh xamdatagrid to an sql source like in asp.net pages. could anyone give me a quick instructional on how to do this. thanks
Hi,
You can't access your Sql source the same way that you do in Asp.Net. The general approach of doing so is via WCF services, or using Micrsoft's Ria Services, which definitely simplifies the proccess:
http://www.silverlight.net/getstarted/riaservices/
-SteveZ