摘要: http://zfw001.bokee.com/4476391.htmlDecimalOctalHexCharacterDescription0000NUL1101SOHstart of header2202STXstart of text3303ETXend of text4404EOTend of transmission5505ENQenquiry6606ACKacknowledge7707... 阅读全文
posted @ 2009-06-12 19:00 阿C's 阅读(621) 评论(0) 推荐(0)
摘要: 首先在代码中加入如下方法: /// <summary> /// 设置在页面回车时触发事件的控件 /// </summary> /// <param name="Ctrl">将触发事件的控件对象</param> public static void SetEnterControl(System.Web.UI.Control Ctrl) { P... 阅读全文
posted @ 2009-06-12 18:55 阿C's 阅读(476) 评论(0) 推荐(0)