C
comp
I have a user control inside an aspx page. I was able to
create a Public property inside the ascx file and call it
from the aspx but whatever I do, I can't find the way to
cause an event from inside the ascx file to call any
function/sub/property etc. The error I'm getting
is "Reference to a non-shared member required an object
reference".
create a Public property inside the ascx file and call it
from the aspx but whatever I do, I can't find the way to
cause an event from inside the ascx file to call any
function/sub/property etc. The error I'm getting
is "Reference to a non-shared member required an object
reference".