Tagged Questions
1
vote
1answer
929 views
ScriptManager1.AsyncPostBackErrorMessage not showing error message
I've always used the following two bits of code (which use to work) to catch Ajax asyncPostBackErrors.
<asp:ScriptManager ID="ScriptManager1" runat="server" ...