B
Bogdan Zamfir
Hi,
I want to enable / disable several controls on a page based on a condition
in application.
But there are several other controls on the page don't want to enable /
disable together with the others.
In desktop applications, I used a control's property who was not used, like
Comment or Tag.
I loop through all controls, and based on TAG's or Comment's value, I make
them Enable / Disable.
But this doesn't seems to be such property for web controls. How can I
accomplish this?
I see there is a Attribute collection (in help it sais it is used for
several attributes not covered by properties, for rendering purpose)
I want to use this, to add a new attribute for this, but I cannot do this at
design time (when I need to "mark" what controls to process).
I'll appreciate any suggestions on this issue.
Thank you
Bogdan
I want to enable / disable several controls on a page based on a condition
in application.
But there are several other controls on the page don't want to enable /
disable together with the others.
In desktop applications, I used a control's property who was not used, like
Comment or Tag.
I loop through all controls, and based on TAG's or Comment's value, I make
them Enable / Disable.
But this doesn't seems to be such property for web controls. How can I
accomplish this?
I see there is a Attribute collection (in help it sais it is used for
several attributes not covered by properties, for rendering purpose)
I want to use this, to add a new attribute for this, but I cannot do this at
design time (when I need to "mark" what controls to process).
I'll appreciate any suggestions on this issue.
Thank you
Bogdan