I am making a RIA application using silverlight and web services the method of a web service returns a DataSet (a classic asp.net dataset which is find in system.data) . Now my problem is:
How to bind a DataGrid of Silverlight with that Dataset which is returned by the Web service
If i am going wrong way do correct me.
If i am right then tell me how to proceed
++ Thanks and Regards Meetu Choudhary