If give me error message: System.FormatException: Unrecognized Guid format.
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String
failureMessageID, Object failureMessageFormatArgument, String
failureArgumentName, Exception innerException)
at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
at Umbraco.Forms.Library.GetRecord(String recordId)
can I use contour GetRecord($recordId) in xlst with recordId saved in session?
<xsl:variable name="recordId" select="umbraco.library:Session('recordSessionName')" />
<xsl:for-each select="umbraco.contour:GetRecord($recordId)/uformrecord/fields/child::*">
If give me error message:
System.FormatException: Unrecognized Guid format.
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
at Umbraco.Forms.Library.GetRecord(String recordId)
Hi,
Is there any solution for this?
I want to get the id from query string and pass it to umbraco.contour:GetRecord
Regards,
Ansar
its working fine now ;) not sure what caused the error..
hi Anz ,
can u please tell me how did u get the recordId using query string?
is working on a reply...