Hello,
Is there a good way to disable certain items in a radiobuttonlist? From poking around, it looks like there isn't an easy way, but I thought I would check here.
Yes, it's easy. Test for the particular radio button being enabled, if it is enabled, set enabled to false. They make sure in your code at some point to re-enable it (if you need that particular radio button at a later time).
I.E. If radiobutton.enable = True Then
radiobutton.enable = False
EndIf
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.