Sys.WebForms.PostBackAction is not a constructor <--- in the navigator :/
-
Erreur : Sys.WebForms.PostBackAction is not a constructor hello i'm trying to execute postback action manually using :
var postBack = new Sys.WebForms.PostBackAction(); postBack.set_target('btn_valider'); postBack.set_eventArgument(''); postBack.performAction();
but in the navigator i have this error message. thank you for your help -
Erreur : Sys.WebForms.PostBackAction is not a constructor hello i'm trying to execute postback action manually using :
var postBack = new Sys.WebForms.PostBackAction(); postBack.set_target('btn_valider'); postBack.set_eventArgument(''); postBack.performAction();
but in the navigator i have this error message. thank you for your helpCheck the code that's generated already and copy that. I've done this, and I'm sure the code didn't look like that. Just create a button with an event on a form and look at the html.
Christian Graus Driven to the arms of OSX by Vista.