摘要:
在asp.net中, 对文件框中按回车键触发提交事件 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { txtSearchKey.Attributes.Add("onkeydown", "if(event... 阅读全文
posted @ 2008-05-06 17:02 风之韵 阅读(273) 评论(0) 推荐(0)
|
摘要:
在asp.net中, 对文件框中按回车键触发提交事件 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { txtSearchKey.Attributes.Add("onkeydown", "if(event... 阅读全文
posted @ 2008-05-06 17:02 风之韵 阅读(273) 评论(0) 推荐(0) |
||