Billpeng Space

技术源自生活
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年12月28日

摘要: 1. “必须”在Page_Load的时候生成控件以及绑定事件。 2. 加载的代码不能包含在if (!IsPostBack){...}中。 3. 不要忘记设置控件的ID。 阅读全文

posted @ 2008-12-28 23:39 billpeng 阅读(264) 评论(0) 推荐(0) 编辑

摘要: ScriptManager.RegisterStartupScript(UpdatePanel1, this.GetType(), "updateScript", "alert('更新成功');", true); 阅读全文

posted @ 2008-12-28 20:43 billpeng 阅读(191) 评论(0) 推荐(0) 编辑