Disabling all the Page Control through jQuery.

Posted by Sanju on Stack Overflow See other posts from Stack Overflow or by Sanju
Published on 2010-02-24T07:46:32Z Indexed on 2010/04/10 9:03 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

I am working on asp.net and c#.

I am using lots of ASP and HTML controls on the page and in some cases all the controls gets disabled. Some of the used Controls are:

RadioButton
RadioButtonList
CheckBox
CheckBoxList
TextBox
DropDownList
Button
etc...

I need a Simple and short method to disabled all the Controls when i call this jQuery method on some condition. Any Help?

Thanks in Advance...

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about c#