Controls Value

  • Thread starter Thread starter Madhavi
  • Start date Start date
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
 
I think you need to give more information on exactly what the issue is, how
are you loading controls dynamically and what is the Controls c thing you
mention.

Ciaran O'Donnell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top