I am receiving the following error when using multiple ##WHERE## macros in a QueryDataSource
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. I have a QueryDataSource with the following expression in the Where clause:ranConStyle = '{%QueryString.cs#%}' and rgnme= {%QueryString.csnme.cs#%}
The query is:Select * From CB_Gallery, CB_Products
WHERE
x= xId AND
y= 'Y' AND z= 'Y' AND
(##WHERE##)
ORDER BY z ASC
↧