2

With AutoPostBack=false, how do I trigger the postback that would have executed after running some JavaScript?

µBio
  • 10,668
  • 6
  • 38
  • 56
Matt
  • 25,943
  • 66
  • 198
  • 303

1 Answers1

3

You can call __doPostback (I think that is the name, check for it in the source of the rendered page) method manually from JavaScript.

µBio
  • 10,668
  • 6
  • 38
  • 56