How to stop UpdatePanel from causing whole page postback?

前端 未结 6 643
温柔的废话
温柔的废话 2020-12-09 18:22

I am using .NET 3.5 and building pages inside of the Community Server 2008 framework.

On one of the pages, I am trying to get an UpdatePanel working.

I took

6条回答
  •  时光取名叫无心
    2020-12-09 18:47

    If you have an old project that was upgraded from .net framework v1.1, then remove this line from your web config to make it work:

    
    

提交回复
热议问题