XPO - Peter's Software House

Browse by Tags

All Tags » XPO (RSS)

How to use complex XPO objects with an ASPxGridView

If you have XPO objects that have associated properties with other XPO objects and you want to show these associated properties in the ASPxGridView using comboboxes you only have to do a few simple things. Here is a sample class diagram: At the top of your page add the following: <%@ Register assembly= "DevExpress.Web.ASPxGridView.v8.3" namespace = "DevExpress.Web.ASPxGridView" tagprefix= "dxwgv" %> <%@ Register assembly= "DevExpress.Xpo.v8.3" namespace...
Posted by Pieter | with no comments
Filed under: , , ,

XPO and WCF

I have updated a sample done by Oliver Sturm , that showed how you could use XPO over a WCF channel. It was all pretty good, but I wanted it to implement the ICachedDatastore. I also wanted the WCF Channels to be set by the app.config and not in code. So I made the changes and created a project on CodePlex where I uploaded the code. The project is at http://www.codeplex.com/xpowcf To get the source: Project Name: xpowcf Server Name: tfs02.codeplex.com I will post more about it when I get some time...
Posted by Pieter | 1 comment(s)
Filed under: ,