hai,
I want to know abt Global.asax and how to define our functions to call Database. In another page i want to call a function from global.asax
V.R.Mahendran
Printable View
hai,
I want to know abt Global.asax and how to define our functions to call Database. In another page i want to call a function from global.asax
V.R.Mahendran
If you want to call functions in various pages create a class
inside of a page.aspx.vb such as Class Functions
define the public functions for this class...
:eek:Code:usage:
Dim f as New Function
f.CallYourFunction(pass_Parameters)