|
-
Jul 28th, 2002, 02:23 PM
#1
Thread Starter
Member
Disable Option List Control with 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, dropdown and list controls by using the following javascript:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.myDDownCtrl.disabled = true
document.myForm.myListCtrl.disabled = true
But this does not work for the option list control. Please help.
Thanks
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
|