Hi All,
I am using HTML input button type and trying to disable the button from code-behind. Can someone guide me how to do that. Trying to use runat="server" attribute, but its not taking. This is VBScript.
<input id='btn_submitBTN' type='button' value='Submit' title='Submit' onclick="submitMethod();" class="submitbutton"
onmouseover="window.status='Submit'; return true" onmouseout="window.status='';return true" \>
Go to the complete details ...