I have already used it but still not working.
B
bunka84
@bunka84
Posts
-
how to enable javascript within a ajax control -
how to enable javascript within a ajax controlIn my application I want to call a java script in a button click at the code behind.And the button is inside an update panel.But the java script is not working.If i place the button out side the update panel then it is working.My question is how to call the java script by placing the button inside the update panel?