使用Javascript显示警报,然后使用相同的方法进行重定向:
ScriptManager.RegisterStartupScript(this,this.GetType(),"redirect","alert('Time OutAlert'); window.location='" + Request.ApplicationPath + "Nextpage.aspx';",true);