在更新面板中回发后如何运行javascript事件
您可以使用ClientScriptManager在重新加载时调用函数:
ClientScriptManager.RegisterStartupScript(this.GetType(), "AKey", "MyFunction();", true);
http://msdn.microsoft.com/zh- CN/library/asz8zsxy.aspx