Hai
Iam Using a webimagebutton in a webform which is inherited from a masterpage.The problem iam faicing is that, iam not able to acess the webimagebutton in javascript.
i think this is because the id of the control will change when it is used inside a mastre page and i have to refer the webimagbutton using its clientid.
Can any body help me in, how i can get the clientid of the web image button in javascript .
Regards
Rajesh Kamalakshan
<script>
var buttonClientId = '<%=igButton.ClientID;%>';
</script>