Response.Redirect not working within an UpdatePanel?
If you get an exception when doing a Response.Redirect within an UpdatePanel then you are most probably missing the following lines in your web.config:
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
Published: 26.09.2008
blog comments powered by Disqus

