Duplicate System.Web.UI.AsyncPostBackTrigger Controls keep getting inserted automatically, causing P
Posted
by Albert
on Stack Overflow
See other posts from Stack Overflow
or by Albert
Published on 2010-04-08T18:26:37Z
Indexed on
2010/04/08
18:33 UTC
Read the original article
Hit count: 408
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?
© Stack Overflow or respective owner