摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="Default6.aspx.cs"Inherits="Default6"%><... 阅读全文
posted @ 2009-12-05 09:18 唔愛吃蘋果 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 两种ajax环境页面下的alert方式指定UpdatePanel中的某个控件,注册一个启动脚本块,并将该脚本块添加到页面中:ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "提示", "alert('购物车为空,请先购物!')", true);为每个异步回发向ScriptManager控件注册一个启动脚本... 阅读全文
posted @ 2009-12-05 00:11 唔愛吃蘋果 阅读(756) 评论(0) 推荐(1) 编辑