Drop Down List (in Update Panel) causing FULL PostBack!

前端 未结 11 1777
我在风中等你
我在风中等你 2020-12-10 05:13

I have a problem with my AJAX and ASP.NET 3.5 :( Problem is really weird, as I\'m using the same thing on different page and it works fine in there, but on this specific pag

11条回答
  •  误落风尘
    2020-12-10 06:07

    Had the same problem when the Dropdownlist Autopostback attribute was set to true and fixed the problem by adding the dropdownlist ID to the updatepanel trigger

提交回复
热议问题