H
Herve MAILLARD
Hi,
J'ai un bouton ASPX qui doit déclencher un script java.
I have an ASPX button running a javascript.
To do this, I have added in the codebehind :
this.Btn_Debut.Attributes.Add("onclick","javascriptatePicker('Selection_Ar
chives','Date_Debut')");
So far, no problem with this...
Then, I have added some controls validator. Then the button stop to works.
If I remove the validator, everythings run ok.
Can you help me ?
H. MAILLARD
J'ai un bouton ASPX qui doit déclencher un script java.
I have an ASPX button running a javascript.
To do this, I have added in the codebehind :
this.Btn_Debut.Attributes.Add("onclick","javascriptatePicker('Selection_Ar
chives','Date_Debut')");
So far, no problem with this...
Then, I have added some controls validator. Then the button stop to works.
If I remove the validator, everythings run ok.
Can you help me ?
H. MAILLARD