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
b0nn19
NA
6
0
How to obtain data in a row in List view
May 11 2004 7:20 PM
Hi, I am new to C# programming. I have a question on how to obtain data in a row in List View. My list view has 2 columns Last First Doe John Mary Betty Everytime a user clicks on a row in List view, I need to get both Doe and John. I have the listView_SelectedIndexChanged function that will get kick in every time a user clicks on a row. private void listView_SelectedIndexChanged(object sender, System.EventArgs e) { textBox1.Text = listView1.SelectedItems[0].Text; //this only give me Doe without John how can I also get John? Do I have to use SubItems in this case? } Any helps will be greatly appreciated
Reply
Answers (
2
)
Something wrong with C# dropdown list
change pwd string as *****