<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: XPO (and other complex types) in .NET web services</title>
	<link>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/</link>
	<description>General musings and programming stuff</description>
	<pubDate>Sat, 22 Nov 2008 08:32:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>

	<item>
		<title>by: wan1980</title>
		<link>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-12362</link>
		<pubDate>Fri, 10 Mar 2006 20:20:31 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-12362</guid>
					<description>Thank you for the tip!!</description>
		<content:encoded><![CDATA[	<p>Thank you for the tip!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Beginning Programming</title>
		<link>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-3951</link>
		<pubDate>Sun, 23 Oct 2005 20:21:23 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-3951</guid>
					<description>&lt;strong&gt;Implement IXmlSerializable  vb.net&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[	<p><strong>Implement IXmlSerializable  vb.net</strong>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Oliver Sturm</title>
		<link>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-1442</link>
		<pubDate>Thu, 07 Jul 2005 09:26:50 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-1442</guid>
					<description>That's interesting. Have you contacted DevExpress support about this?</description>
		<content:encoded><![CDATA[	<p>That&#8217;s interesting. Have you contacted DevExpress support about this?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tototo</title>
		<link>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-1440</link>
		<pubDate>Thu, 07 Jul 2005 09:20:56 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/06/22/xpo-webservices/#comment-1440</guid>
					<description>XPCollection is not support ViewState because it can not Serializable , Some ASP.net UI control (Infragistics's UltraWebGrid ) must use ViewState;

I get this error when try to bind the webgrid(Infragistics's UltraWebGrid) to an XPCollection .

XPCollection companies = new XPCollection (typeof(Company));
UltraWebGrid2.DataSource = companies ; 
UltraWebGrid2.DataBind();

&quot;DevExpress.Xpo.XPCollection&quot; must be marked as Serializable or have a 
TypeConverted different from ReferenceConverter to put in the ViewState.

I hope  XPO have a class for Convert XPCollection to DataView ,just like 
ObjectView class in Gentle.NET ;
I'm sorry ,my English is pool . 

</description>
		<content:encoded><![CDATA[	<p>XPCollection is not support ViewState because it can not Serializable , Some ASP.net UI control (Infragistics&#8217;s UltraWebGrid ) must use ViewState;</p>
	<p>I get this error when try to bind the webgrid(Infragistics&#8217;s UltraWebGrid) to an XPCollection .</p>
	<p>XPCollection companies = new XPCollection (typeof(Company));<br />
UltraWebGrid2.DataSource = companies ;<br />
UltraWebGrid2.DataBind();</p>
	<p>&#8220;DevExpress.Xpo.XPCollection&#8221; must be marked as Serializable or have a<br />
TypeConverted different from ReferenceConverter to put in the ViewState.</p>
	<p>I hope  XPO have a class for Convert XPCollection to DataView ,just like<br />
ObjectView class in Gentle.NET ;<br />
I&#8217;m sorry ,my English is pool .
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
