随笔分类 -  JavaScript.The.Definitive.Guide

摘要:ScriptManager属性:  AllowCustomErrorsRedirect  确定异步回发出现错误时是否使用 Web.config 文件的自定义错误部分。  AsyncPostBackErrorMessage  获取或设置异步回发期间发生未处理的服务器异常时发送到客户端的错误消息  public bool IsInAsyncPostBack { get; }  如果在部分呈现模式下执行... 阅读全文
posted @ 2010-06-08 00:24 peipei_t 阅读(152) 评论(0) 推荐(0)
摘要:Table 3-1. Special numeric constants Constant Meaning Infinity Special value to represent infinity NaN Special not-a-number value Number.MAX_VALUE Largest representable number Number.MIN_VALUE Sm... 阅读全文
posted @ 2010-06-03 12:48 peipei_t 阅读(182) 评论(0) 推荐(0)