I get the error on the following line of code in my .ASPX page:
<img alt="Quad Chart Image" src="quad_stream.aspx?qid=
<%= Encryption64.EncryptQueryS
tring(quad
_id.Value,
"xxxx") %>" />
As near as I can tell from my research, I need to instantiate the Encryption64 class, but I don't know how to do it from within the .ASPX page.
Start Free Trial