views:

81

answers:

1

I have an update panel with a number of [asp:AsyncPostBackTrigger...] controls, and everything was working fine. But now, something keeps inserting duplicate AsyncTriggers, and instead of simply being [asp:AsyncPostBackTrigger...] controls they're [System.Web.UI.AsyncPostBackTrigger...] controls, and I get parser errors as a result.

So I delete the duplicate triggers, and they get re-inserted within a few minutes, seemingly randomly.

Anyone know whats going on here?