UpdatePanel and Response.Redirect

Response.Redirect work fine with properly configured AJAX extensions

Response.Redirect will not work without this in web.config.

           <httpModules>
               <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
          </httpModules>

from: http://forums.asp.net/p/1034029/1449511.aspx

http://social.microsoft.com/Forums/zh-CN/295/thread/56903f48-a1db-42bc-8025-df3cb462f16c

posted @ 2009-08-28 13:06  emanlee  阅读(408)  评论(0编辑  收藏  举报