Run a javascript from the server when an onServerClick is done with AutopostBack = true

0

I have a form inside an iFrame. When I press the button on this form, it executes a method on the server with onServerClick () and deletes the iFrame screen (Post). Add an Autopostback = true so that it does not erase the iFrame and execute the code inside the onServerClick (). Inside this code there is a moment that I make a call to a function in JavaScript but it does not work in the same way if I put the AutoPostBack to false if it calls it.

    
asked by Popularfan 19.09.2018 в 18:23
source

0 answers