A
aa
How to change Session state in the Public class.
I was creating the public sub in the public class with byref argument as
HTTPSESSIONSTATE and I want to change his value.
example:
Shared Sub DataDiena(ByVal hplName As HtmlAnchor, ByRef Data As
HttpSessionState)
end sub
How to change the value of "DATA"
I was creating the public sub in the public class with byref argument as
HTTPSESSIONSTATE and I want to change his value.
example:
Shared Sub DataDiena(ByVal hplName As HtmlAnchor, ByRef Data As
HttpSessionState)
end sub
How to change the value of "DATA"