2
Reply

how to retrieve the value of radio button (checked/unchecked) from another class

Kriti

Kriti

14 years ago
4.9k

I have a class named testForm.cs in package com.controller.smart
And i have used two radio buttons in another class ProdForm.cs in com.controller.main
Now based on 2nd radio button is selected or not i have to display the Form. I need to get the value of radio button(whether it is checked or not in TestForm.cs)
I have used "using com.controller.main"
but I am not able to get the value of radiobutton(checked or not) in testForm.cs.How to get that?

Answers (2)