I have created a silverlight app and have a listbox that is populated using a domaindatasource. I have created a button that takes the selected list item and updates a field (in my case its called IsD
I got a question about inserting an entity with dependent entities using RIA Services (With Silverlight 4.0).
So I am using the SL4 Business Template and the SQL Membership API. I created a user and I created a custom table that ties to that user.
I\'m trying to upload images (byte arrays) from the client to a database - this works like a charm. The thing is, I\'d like to show the progress of this operation to the user, but the DomainDataSourc
Using markup I can\'t get data to show in the grid: <riacontrols:DomainDataSource x:Name=\"EstimatesData\"QueryName=\"GetUserEstimates\" >
I don\'t see difference between ObjectDataSource and new DomainDataSource (http://blogs.microsoft.co.il/blogs/bursteg/开发者_运维技巧archive/2009/04/11/using-domaindatasource-in-asp-net.aspx).