Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
How to get the clientID of the webimage button using Javascript
posted

Hi,

I've a webimagebutton and webdatagrid in a page. On the page-load, I've disabled the button.When I'm changing the cell value of the grid, I would like to enable the web-image button.

In the CellEditingClientEventsExitedEditMode, I'm trying to access the button but I couldn't get the button. Below is the code.

var btn = $find('<%=btnSave.ClientID%>');

Any help would be appreciate.

Thanks and Regards,

Sam