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.41K
~199 People Reached
Favorite Forums
Member Avatar for subha_2

Hello Everyone, Im trying to read an item from combobox. but somehow i getting "system.Data.DataRowView" this only. here is my code DataSet ds = new DataSet(); ds.ReadXml(AppDomain.CurrentDomain.BaseDirectory+ "\\MYFiles\\Books.xml"); CmbXmlbooks.DisplayMember = "BName"; CmbXmlbooks.ValueMember = "Isbn"; CmbXmlbooks.DataSource = ds.Tables[0]; //Im reading the data from a xml file private void CmbXmlbooks_SelectedIndexChanged(object sender, EventArgs …

Member Avatar for Titti
0
199