S
Steve
I would like to define a datatable object globally so that
I don't have to keep reconnecting to a datasource and thus
use this object variable throughout my vb project on
different aspx pages. Is this possible? I tried defining
a global datatable var in Public Class Global
(Global.asax.vb)
Public Class Global
Public DT As DataTabl
....
but when I tried to reference this in an aspx page I did
not get anything
Dim t1 As ...nothing
Is it possible to create global objects like this? Is
this done at Global.asax.vb?
Thanks
I don't have to keep reconnecting to a datasource and thus
use this object variable throughout my vb project on
different aspx pages. Is this possible? I tried defining
a global datatable var in Public Class Global
(Global.asax.vb)
Public Class Global
Public DT As DataTabl
....
but when I tried to reference this in an aspx page I did
not get anything
Dim t1 As ...nothing
Is it possible to create global objects like this? Is
this done at Global.asax.vb?
Thanks