domaindatasource
silverlight 4 RIA update item in domaindatasource only updates after refresh
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[详细]
2023-01-19 15:04 分类:问答Inserting an entity and dependent entities using RIA Services
I got a question about inserting an entity with dependent entities using RIA Services (With Silverlight 4.0).[详细]
2023-01-19 13:30 分类:问答Using Silverlight RIA Services DomainDataSource to query by user
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.[详细]
2023-01-10 03:11 分类:问答Ria Services: Synchronous DomainDataSource.SubmitChanges()
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[详细]
2023-01-05 13:51 分类:问答Binding to DomainDataSource with DataGrid in Silverlight 3
Using markup I can\'t get data to show in the grid: <riacontrols:DomainDataSource x:Name=\"EstimatesData\"QueryName=\"GetUserEstimates\" >[详细]
2022-12-16 07:23 分类:问答ObjectDataSource vs new DomainDataSource
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).[详细]
2022-12-10 19:48 分类:问答