T
Thomas Scheiderich
I have page that works fine, but I am not sure how it is working.
At the top of the page I have:
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="phonelist.aspx.vb" Inherits="openworx._phonelist" %>
I can find the "phonelist.aspx.vb", which I understand.
But it errors on trying to find "openworx._phonelist". There is no file
called that. What is it? and where would I look for it?
Also, what is AutoEventWireup?
Thanks,
Tom.
At the top of the page I have:
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="phonelist.aspx.vb" Inherits="openworx._phonelist" %>
I can find the "phonelist.aspx.vb", which I understand.
But it errors on trying to find "openworx._phonelist". There is no file
called that. What is it? and where would I look for it?
Also, what is AutoEventWireup?
Thanks,
Tom.