Kriti

Kriti

  • NA
  • 60
  • 0

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

May 5 2010 5:41 AM

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)