Hi all,
i'm having a serious problem when i' trying to use "HttpContext.Cur rent".
What i' trying to do is to get a querystring value by:
"HttpContext.Cur rent.Request.Qu eryString["..."]" (in my page base class)
But i got this error:
"Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack"(please see attached image)
What could be causing this problem???
Thank you for your help
i'm having a serious problem when i' trying to use "HttpContext.Cur rent".
What i' trying to do is to get a querystring value by:
"HttpContext.Cur rent.Request.Qu eryString["..."]" (in my page base class)
But i got this error:
"Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack"(please see attached image)
What could be causing this problem???
Thank you for your help
Comment