JerrySoft

导航

UpdatePanel使用脚本

其实就一句话的事
ScriptManager.RegisterStartupScript(this.UpdatePanel1,this.GetType(), "HelloWorld", "alert('The page has loaded!')",true); 
再次强调在UpdatePanel里不要使用Response.Write();
另.NET 2.0中调用脚本的几个方法

 

posted on 2007-09-26 14:17  水-手  阅读(88)  评论(0)    收藏  举报