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
Sathya Narayan
NA
155
65.2k
Radiobuttons true with the string using listview
Sep 25 2014 3:02 AM
Hi,
I want to know how to check the radiobutton true with the string using listview.If i select the string in listview it should be check the string value in radiobutton How can i do this .This is my code.Can any one help??
If lstmanuser.SelectedItems(0).SubItems(8).ToString = "U" Then
RadioButton1.Checked = True
ElseIf lstmanuser.SelectedItems(0).SubItems(8).ToString = "A" Then
RadioButton2.Checked = True
End If
Reply
Answers (
0
)
QUERY RETURNS?
Reading word Document in C#