how to invoke a postback from javascript

  • Thread starter Thread starter Andy Fish
  • Start date Start date
A

Andy Fish

Hi,

I think the title pretty much says it all.

Not sure if I'm missing something obvious here. I can see how the server
side events work with the postback mechanism but I can't see any way of
initiating a postback from some client side script code.

Thanks

Andy
 
Maybe use your client side script to call the postback control click ...
like ButtonName.click()
 
Thanks for that useful link. Thanks also to "Tee" for the suggestion of
programmatically clicking a button in javascript.
 
Back
Top