javascript javascript__dopostback 的一个例子
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3819372/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
An example of javascript__dopostback
提问by Umakanta.Swain
Please provide an example of calling the __doPostBackfunction.
请提供调用该__doPostBack函数的示例。
采纳答案by Manas Babu
Below are some simple links to calling __doPostBack
下面是一些简单的调用链接 __doPostBack
http://www.dotnetspider.com/resources/1521-How-call-Postback-from-Javascript.aspx
http://www.dotnetspider.com/resources/1521-How-call-Postback-from-Javascript.aspx
http://wiki.asp.net/page.aspx/1082/dopostback-function/
http://wiki.asp.net/page.aspx/1082/dopostback-function/
http://aspalliance.com/895_Understanding_the_JavaScript___doPostBack_Function(copy and paste this link, it renders incorrectly in the markup)
http://aspalliance.com/895_Understanding_the_JavaScript___doPostBack_Function(复制并粘贴此链接,它在标记中呈现错误)
回答by Andreas Paulsson
Have a look at "Understanding the JavaScript __doPostBack Function" : http://aspalliance.com/895
看看“了解 JavaScript __doPostBack 函数”:http: //aspalliance.com/895

