不知道能不能说一下什么才算是Render出来的页面呢,Page的周期里好像最后输的就是这个Render事件,那为什么有的页面说不是Render出来的呢,谢谢
我想请问一下楼主,当DropDownList的AutoPostBack=fasle时就不会生成__doPostBack这个函数,页面不是还有一个Button要调用服务器事件吗,还有这一段代码能解释一下吗?谢谢楼主
if ((typeof(theform.onsubmit) == "function"))
{ if(theform.onsubmit()!=false) {
theform.submit();
} }
else
{ theform.submit(); }