S
simonZ
I have class(object) and i create an instance from my page.
In that object i must set and recive values from
HttpContext.Current.Application object.
Can I access application object from my class?
HttpContext.Current is always null, when I create new object from my page.
regards,Simon
In that object i must set and recive values from
HttpContext.Current.Application object.
Can I access application object from my class?
HttpContext.Current is always null, when I create new object from my page.
regards,Simon