Archives: December 2010

Nesting ASP.NET User Controls

While trying to nest ASP.NET user controls inside other user controls you may experience the following error:

The page ‘[control 1].ascx’ cannot use the user control ‘[control 2]‘, because it is registered in web.config and lives in the same directory as the page.

Read More »

Posted in Programming | Tagged , | Leave a comment

Retrieve Sage Pay Third Man Fraud Results

Sage Pay have recently updated their API to allow access to ‘Third Man Fraud’ results for transactions. If you already process orders through your own website, rather than My SagePay, you can really benefit from this addition to the API.

Read More »

Posted in Programming | Tagged | Leave a comment