Search code examples
javascriptasp.netpostbackautopostback

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


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


Solution

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