E
ECatz
I've got the following line in my .aspx file...
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb"
Inherits="SampleVB.WebForm1"%>
The problem is, it doesn't seem to process the .aspx.vb file. Am I missing
something?
Thanks.
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb"
Inherits="SampleVB.WebForm1"%>
The problem is, it doesn't seem to process the .aspx.vb file. Am I missing
something?
Thanks.