<script type="text/javascript">
function Enable_Butt() {
document.getElementById("<%=RadButton1.ClientID%>").disabled = false; // Doesn't Work
}
</script>
...i also tried this an...
here's the updatepanel and i need to do that AsyncPostBackTrigger which run some scripts and code behind on other controls...<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<telerik:RadButton ID="RadButton1" runat="s...