S
Steven K
Hello,
I created a connection class that has a Page_Load event (MyClass.vb). In
the Page_Load event, I have a response.write("hello world") statement. When
I include this class in my .net page (Steven.aspx), I don't get "hello
world" on my web page. My question is, how does the Page_Load event in a
connection get called?
<%@ Page Inherits="DataConnection" src="cnnData.vb" Explicit="True"
Debug="True"%>
I created a connection class that has a Page_Load event (MyClass.vb). In
the Page_Load event, I have a response.write("hello world") statement. When
I include this class in my .net page (Steven.aspx), I don't get "hello
world" on my web page. My question is, how does the Page_Load event in a
connection get called?
<%@ Page Inherits="DataConnection" src="cnnData.vb" Explicit="True"
Debug="True"%>