using System; using System.Web.UI; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ScriptManager1.AllowCustomErrorsRedirect = false; ScriptManager.GetCurrent(this).RegisterAsyncPostBackControl(Button1); ScriptManager1.AsyncPostBackError += delegate...