The book instructs you to add a line of code to change the page directive to reference the master page.
However, i get an invalid character message when i enter the code in the book. It does not like the "<%@" characters!
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
<% @MasterLanguage="
VB" CodeFile="MasterPage.master.
vb" Inherits="Masterpage" %>
Is this supposed to be entered in the declarations?
Has anyone gotten this to work?
Do i have a syntax error?
Any leads are appreciated.
Thanks.
Tom aka numbskull