codebehind error

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

need help resolving this error :

Parser Error Message: The base type 'MenusCodeBehind' does not exist in the
source file header.ascx.vb'.
 
One more question:

it's now asking for a declaration of "tabs:menu" how do I declare that ?

---------------------------------------
this is the code in the html:

<tabs:menu id="Menu1" runat="server"></tabs:menu>
 
Back
Top