Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
i want to store integer value from radiobutton in .net?
Hardik Patel
11y
1.2k
1
Reply
int i ="";
if (RadioButton1.Checked == true)
{
i = "1";
}
else if (RadioButton2.Checked = true)
{
i = "0";
}
is it correct?
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Regarding how to online examination Test or Quiz Projects
The breakpoint will not currently be hit. Error