TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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?
Reply
Answers (
2
)
Professional coding
How Do I: Get the text value from the ((TextBox)sender)?