|
-
Jul 28th, 2002, 01:52 PM
#1
Thread Starter
Member
Disable Option List from Javascript
Can someone provide some code demonstrating how to disable an ASP.Net option list control from the client-side using javascript? I can disable textbox and select controls by using the following:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.mySelectCtrl.disabled = true
But this does not work for the option list control. Please help.
Thanks
-
Jul 31st, 2002, 02:33 PM
#2
By Option List, do you mean RadionButtonList ?
-
Jul 31st, 2002, 02:59 PM
#3
Thread Starter
Member
Yes. I apologize for the mistake I am referring to a RadioButtonList.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|