ASP.NET AsyncPostBackTrigger disables button's OnClick function???
- by hahuang65
I saw another post like this: http://stackoverflow.com/questions/1795621/asyncpostbacktrigger-disables-buttons
But I don't really know what to make of it. The accepted answer was poorly typed.
Basically, I have a button with an OnClick function. I also have a UpdatePanel, with is AsyncPostBackTrigger set to that same button.
It seems that if I do…