Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+1
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #107.52K
~199 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for subha_2

It should work like this: you nead to change "NameOfCollum" with your collumn name, or you can use index of collumn.. private void CmbXmlbooks_SelectedIndexChanged(object sender, EventArgs e) { DataRowView d = (DataRowView)CmbXmlbooks.SelectedItem; LstXmlBooks.Items.Add(d["NameOfCollum"].ToString()); } ------------ for basic programming commands you can make a look to: http://ctp.mkprog.com/en/

Member Avatar for Titti
0
199

The End.