2
Answers

gettin Button controle through javascript at runtime

Photo of Shanky Mishra

Shanky Mishra

14y
2.2k
1

I want to call the button cllick event at the runtime through javascript
i have written this code and it is always returning null value
document.getElementById('"
+btnSend.ClientID+"');

Answers (2)