谁能帮我解决一下GetPostBackEventReference(this.Button1)这个函数啊?
为什么 <input id="Button4" type="button" value="client" onclick="<%= this.Page.GetPostBackEventReference(this.Button1) %>" />这句中的<%= this.Page.GetPostBackEventReference(this.Button1) %>得到的是_postback("button1","")这个函数应用呢?getpostbackeventreference()的第一个参数不是指的服务器端处理该回调的控件吗?这个控间是怎么 实现ICallbackEventHandler 接口并提供 RaiseCallbackEvent 方法的啊??即就是<%= this.Page.GetPostBackEventReference(this.Button1) %>这一句得到的函数引用为什么是_dopostback("button1","")啊??
--------------------编程问答-------------------- 在客户端生成脚本
GetPostBackEventReference 表现为__doPostBack('mycontrol1','myanchor1')。
--------------------编程问答-------------------- 还是不理解啊,谁能帮忙小弟解释清楚点啊,我刚学.net 还是菜鸟 --------------------编程问答-------------------- http://www.cnblogs.com/chenghm2003/articles/1149248.html --------------------编程问答-------------------- 路过 看一眼
补充:.NET技术 , ASP.NET