A
Anjali Lourda
Hi,
I have defined a function in global.asax file. Could somebody please
tell me how i am supposed to call that function from the other files
of the same project.
Global.asax
public function getName() as String
dim name as string
name = "Abc"
return name
end function
myfile01.aspx
'How do I call that function from this file. Am I supposed to import
something?
Thanks in advance for this help
Anjali
I have defined a function in global.asax file. Could somebody please
tell me how i am supposed to call that function from the other files
of the same project.
Global.asax
public function getName() as String
dim name as string
name = "Abc"
return name
end function
myfile01.aspx
'How do I call that function from this file. Am I supposed to import
something?
Thanks in advance for this help
Anjali