C
Christian Ista
Hello,
I have a class. I create an instance of this class in Page_Load event.
Somewhere in the page I'd like to execute an a function (public) member of
this class. This function return a string. How can I call this function ?
Thanks,
C.
I have a class. I create an instance of this class in Page_Load event.
Somewhere in the page I'd like to execute an a function (public) member of
this class. This function return a string. How can I call this function ?
Thanks,
C.