This page explain how I can read Quiz results however one argument is dr (Detailed results) which is an XML.In my .net code I read arguments but it fails on dr as it contains XML\[code\] Dim v As String = Request("v") Dim dr As String = Request("dr") 'this fails Dim sp As String = Request("sp")\[/code\]How can I read the XML and store it as string?Many thanks in advanceEmil