Did you put a <%@Page%> directive in your Master page? It should only have a <%@Master%> directive.
Kon
2008-11-10 16:20:25
Did you put a <%@Page%> directive in your Master page? It should only have a <%@Master%> directive.
No, the header of my MasterPage is:
<%@ Master Language="VB" CodeFile="theMaster.master.vb" Inherits="theMaster" %>
There is no <%@Page%> directive on the MasterPage.