Accessing functions defined in Global.asax
From: Anjali Lourda (anjali_at_panteq.com)
Date: 02/04/04
- Next message: Wanderer: "Assembly resolving"
- Previous message: NWx: "Re-creating an SQL server database to another MSDE server"
- Next in thread: Ranjan Rai: "Re: Accessing functions defined in Global.asax"
- Reply: Ranjan Rai: "Re: Accessing functions defined in Global.asax"
- Reply: Janaka: "Re: Accessing functions defined in Global.asax"
- Reply: Ryan Walberg: "Re: Accessing functions defined in Global.asax"
- Messages sorted by: [ date ] [ thread ]
Date: 4 Feb 2004 01:53:17 -0800
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
- Next message: Wanderer: "Assembly resolving"
- Previous message: NWx: "Re-creating an SQL server database to another MSDE server"
- Next in thread: Ranjan Rai: "Re: Accessing functions defined in Global.asax"
- Reply: Ranjan Rai: "Re: Accessing functions defined in Global.asax"
- Reply: Janaka: "Re: Accessing functions defined in Global.asax"
- Reply: Ryan Walberg: "Re: Accessing functions defined in Global.asax"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading