PC Review


Reply
Thread Tools Rate Thread

Data grid please help

 
 
Raj Chudasama
Guest
Posts: n/a
 
      27th Sep 2005
Hi,
I have a datagrid in which i want to read an xml file. XML file is like
this


<Histories>
<called>
<number> 323223</number>
<number>2232</number>
</called>
<received>
<number> 323223</number>
<number>2232</number>
<received>
</Histories>

I want to display the entire Histories file in to this datagrid so i am
doing this
DataSet newDataSet = new DataSet();
newDataSet.ReadXml(xmlFile);
dataGrid3.DataSource = newDataSet.Tables["Histories"];


But when it shows a plus sign in it from which u can select called or
received. How can i accomplish this.



thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Add the Data grid and How to load the Grid? =?Utf-8?B?S2FydGhpa2V5YW4gUGVyaWFzYW15?= Microsoft Access Form Coding 3 2nd Jul 2007 03:02 PM
Grid View / Data Grid =?Utf-8?B?TWFyY28=?= Microsoft Access Forms 4 3rd May 2007 06:03 PM
custom data column headers, specific columns with web data grid =?Utf-8?B?YW5kcmV3Y3c=?= Microsoft C# .NET 0 9th Jul 2004 05:32 AM
How do you alternate images in a data bound column of a data grid control? C Newby Microsoft ASP .NET 7 2nd Apr 2004 06:00 PM
exception during sorting data in a data grid in the constructor of the System.Data.Index class Frank Microsoft Dot NET Framework 0 30th Sep 2003 02:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:31 AM.