Umakanta.Swain
Umakanta.Swain

Reputation: 1117

An example of javascript__dopostback

Please provide an example of calling the __doPostBack function.

Upvotes: 4

Views: 17290

Answers (2)

Manas Babu
Manas Babu

Reputation: 202

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)

Upvotes: 3

Andreas Paulsson
Andreas Paulsson

Reputation: 7803

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

Upvotes: 2

Related Questions