Tuesday, May 22, 2007

code behind?

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: