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
krishna chandra
NA
207
1.9k
Getting problem to select the checked radio button
Mar 15 2019 3:37 AM
Can any one help me to get the values of selected radio button which are place inside the listview control in asp.net using c#
i try this code
RadioButton rb1 = (RadioButton)ListView1.FindControl("RadioButton1");
if (rb1.Checked == true)
{
Label1.Text = rbl1;
}
but is shows me the following error
Object reference not set to an instance of an object.
Reply
Answers (
3
)
Cordova Notification tap in ios
Assigning a field from a database to a JSON object.