S
shapper
Hello,
In an .ashx file I tried to use the following two code lines:
1 .Me.GetLocalResourceObject("MyImageImageUrl").ToString()
which gave me the error "GetLocalResourceObject is not a member
of News". News is my class.
2. Request.QueryString("Culture")
which gave me the error "Request is not declared".
Could you tell me how to solve this?
Thanks,
Miguel
In an .ashx file I tried to use the following two code lines:
1 .Me.GetLocalResourceObject("MyImageImageUrl").ToString()
which gave me the error "GetLocalResourceObject is not a member
of News". News is my class.
2. Request.QueryString("Culture")
which gave me the error "Request is not declared".
Could you tell me how to solve this?
Thanks,
Miguel