When referring to your code behind page, in your Page Declaration, if you are NOT using VS.Net, and using a text editor, use the 'Src' designation. The 'CodeBehind' designation is only relevant when using VS.Net...
Example:
<%@ Page Inherits="ClassName" src="main.vb" %>
No comments:
Post a Comment