how can access public properties of MasterPage from external Class ?
- by eugeneK
Why i can't access MasterPage's public property (MessagePlaceholder) from other Class (Errors) ?
Error compiler gives me is "Error 1 The type or namespace name 'MyMasterPage' could not be found (are you missing a using directive or an assembly reference?)"
my master page code behind
using System;
using System.Collections.Generic;
using…