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
siddu siddarth
NA
2
3.2k
how to count the number of radio buttons selected in asp.net
Mar 7 2015 3:39 AM
protected void Button1_Click(object sender, EventArgs e)
{
if (RadioButton1.Checked)
{
int a = +10;
}
else
{
int a = -10;
}
if (RadioButton2.Checked)
{
int b = +10;
}
else
{
int b = -10;
}
}
}
Reply
Answers (
1
)
Error "The input is not a valid Base-64 string..."
charts creation in asp.net using jquery