Hi
I was facing error like
“Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack “.
when i had written code like this
Response.Redirect(url);
To solve this error, i made like this.
Response.Redirect(url,false);