摘要: 在asp.net中服务器控件回送表单是通过调用__doPostBack函数来回送表单,触发事件的,先来看看__doPostBack函数: function __doPostBack(eventTarget, eventArgument) { if (theForm.onsubmit == null || theForm.onsubmit()) { theForm.__... 阅读全文
posted @ 2004-12-22 01:32 网际飞狐 阅读(3660) 评论(1) 推荐(0)