UpdatePanel里面弹出确认按纽
private void Alert(UpdatePanel updatePanel, string msg)
{
ScriptManager.RegisterClientScriptBlock(updatePanel, this.GetType(), "", "alert('" + msg + "')", true);
}
{
ScriptManager.RegisterClientScriptBlock(updatePanel, this.GetType(), "", "alert('" + msg + "')", true);
}