i have write a simple WCF Webservice which return a list<Contacts> and publish locally on a specific port #.
i am facing an issue where data is not showing if i bind datagrid in Silverlight application. whereas i tried the sample webservice with Asp.net datagrid and it fills the grid with data.
please advice .