Hi,
my code for disable the input tag is:
string script = "<script>function EnableFunc(){document.form2.txtPCC.disble=false;" +
"document.form2.txtCNST.disble=false;" +
"document.form2.txtSTAX.disble=false; alert('hello');} EnableFunc(); </script>";
if (!ClientScript.IsStartupScriptRegistered(this.GetType(), "mast"))
{
ClientScript.RegisterStartupScript(this.GetType(),
"mast", script);
}
but its not working. is anybody help me.... where i m wrong?????
and also i want to enable it on some button click......
please help..
thanks.