Only enable some entries in a Radio Button List....

SteveoAtilla

Regular
Joined
Dec 22, 2004
Messages
80
Location
The Frozen Tundra
Hello!

I need to know if it is possible to enable / disable certain entries in a Radio Button List programmatically.

Here's the situation: I have a form with many options on it, and some of these options are inter-related. For example, if a user is designing an installed system proposal, the cusotmer can be charged Sales Tax or Use Tax, but if it is an "Equipment Only" sale, then they are not eligible for Use Tax, so I want to disable the Use Tax option in the Radio Button List.

So far, I have only found the ability to Enable or Disable the entire list, not individual entries in the list.

Thanks!

Kahuna
 
kahlua001 said:
Doesnt the radiobutton list have an Items collection in which you can insert and remove?
Yes, but I'd like the option to be visible but disabled, rather than removing and adding it. If that is the only option, I can certainly do that....
 
Back
Top