页面使用了AJAX, 弹出对话框采用ScriptManager.RegisterStartupScript。。。。。。,但没有效果,请问原因在哪里啊?
ScriptManager.RegisterClientScriptBlock(UpdatePanel1, GetType(), "Key", "alert('你好')", true);
是这样写的?key有没有重复。
标准语句:
也就是在客户端注册一条Ajax语句。。。。