R
ruthiefy
Hi,
I created a class(AAA) which derives from System.Web.UI.Page.
In the new class (AAA) I created some private variables and I
initialize the variables from the property "Request".
For some reason, I get an exception in the initialization -
"request is not available in this context" .
I tried the same with the property "Session" and didn't have any
problems.
Mayby someone has any idea ??
Thanks.
Ruthie.
I created a class(AAA) which derives from System.Web.UI.Page.
In the new class (AAA) I created some private variables and I
initialize the variables from the property "Request".
For some reason, I get an exception in the initialization -
"request is not available in this context" .
I tried the same with the property "Session" and didn't have any
problems.
Mayby someone has any idea ??
Thanks.
Ruthie.