Today Tip : "Response is not available in this context."
Hi FOLKS, if you tried to wirte Response.redirect() in Global.asax you will get this error : Response is not available in this context." to resolve this problem,just replace : response.redirect() to Server.Transfer() the problem happens because of the
Read More...
Read the complete post at http://moustafa-arafa.blogspot.com/2006/12/today-tip-response-is-not-available-in.html