Hi,
My requirement is, I have RadComboBox(SystemNameCombo), it should get disable when ever my page gets refreshed. I have javascrip which is been injecting from server-side to disable the RadComboBox. But it is not working for me. Please help me out in this regard.
ClientScript.RegisterClientScriptBlock(Me.GetType(), "testClientScript", _
"<script language=JavaScript>" & vbCrLf & _
" $find('SystemNameCombo').disable();" & _
"</script>")
Thanks,
Sravan