With AutoPostBack=false, how do I trigger the postback that would have executed after running some JavaScript?
AutoPostBack=false
You can call __doPostback (I think that is the name, check for it in the source of the rendered page) method manually from JavaScript.
__doPostback