Thursday, March 22, 2012

Serializng objects for SQL State management

Or another option is to just output the XML Document as a string
containing the XML.

That should Serialize fine.

Hth,

Phil Winstanley
Microsoft ASP.NET MVPThanks guys,

As I already had a method for returning the OuterXml of the XmlDocument,
saving that value in session, then subsequently re-creating my object using
the string as an input parameter has done the trick.

Thanks for the advice!

- gsk.

"Phil Winstanley [Microsoft MVP]" <phil@.winstanley.name> wrote in message
news:c85a58$obm@.odah37.prod.google.com...
> Or another option is to just output the XML Document as a string
> containing the XML.
> That should Serialize fine.
> Hth,
> Phil Winstanley
> Microsoft ASP.NET MVP

0 comments:

Post a Comment