M
Madhavi
Hi
Iam working on a porting proj
I have controls populated dynamically
and when a control is checked then the "oK " button has to be enabled.
basically in VB6.0 we have something called Controls c
if (c.value =0) then
Enabledok = true
else
enabledok=false
end if
i want a similar property in C# where i need to know the c.Value
thanks
Maadhavi
Iam working on a porting proj
I have controls populated dynamically
and when a control is checked then the "oK " button has to be enabled.
basically in VB6.0 we have something called Controls c
if (c.value =0) then
Enabledok = true
else
enabledok=false
end if
i want a similar property in C# where i need to know the c.Value
thanks
Maadhavi