M
Maurice Walmsley
hi, I hope someone can help me with this please
I'm trying to move my codebehind files to a folder other than the one
my webform sits in. I've tried changing the 'scr' page level attribute
of my webform, but i get the following parser error;
Parser Error Message: 'c:\WebForm2.aspx.vb' is a physical path.
this the code;
<%@ Page Language="vb" AutoEventWireup="false"
src="c:\WebForm2.aspx.vb" Inherits="mywork"%>
Is my syntax for the physical path incorrect? I know it might seem
like a silly question, but what IS the correct syntax? Also, how do i
move this codebehind file?
many thanks
m
I'm trying to move my codebehind files to a folder other than the one
my webform sits in. I've tried changing the 'scr' page level attribute
of my webform, but i get the following parser error;
Parser Error Message: 'c:\WebForm2.aspx.vb' is a physical path.
this the code;
<%@ Page Language="vb" AutoEventWireup="false"
src="c:\WebForm2.aspx.vb" Inherits="mywork"%>
Is my syntax for the physical path incorrect? I know it might seem
like a silly question, but what IS the correct syntax? Also, how do i
move this codebehind file?
many thanks
m