CheckBoxList
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hello everybody.... I want to know How to enable/disable an item in an checkboxlist ? i need that urgent. I follow below procedure. CheckBoxList.item[0]. ===I did not get enabled option .how to get that enable option. thanks
anupamwb wrote:
how to get that enable option.
You need to use the list box's
CheckedIndices
[^] orCheckedItems
[^] properties. Also see theSetItemCheckState()
[^] method. /raviThis is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
-
hello everybody.... I want to know How to enable/disable an item in an checkboxlist ? i need that urgent. I follow below procedure. CheckBoxList.item[0]. ===I did not get enabled option .how to get that enable option. thanks