Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An example of javascript__dopostback

Please provide an example of calling the __doPostBack function.

like image 500
Umakanta.Swain Avatar asked Sep 20 '25 02:09

Umakanta.Swain


2 Answers

Below are some simple links to calling __doPostBack

http://www.dotnetspider.com/resources/1521-How-call-Postback-from-Javascript.aspx

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)

like image 74
Manas Babu Avatar answered Sep 21 '25 16:09

Manas Babu


Have a look at "Understanding the JavaScript __doPostBack Function" : http://aspalliance.com/895

like image 43
Andreas Paulsson Avatar answered Sep 21 '25 14:09

Andreas Paulsson