Click here to Skip to main content
16,005,209 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plz Plz help me Pin
imshimshal6-Dec-06 19:39
imshimshal6-Dec-06 19:39 
GeneralRe: Plz Plz help me Pin
Martin#6-Dec-06 22:36
Martin#6-Dec-06 22:36 
AnswerPlz Plz dnt us smsspk in da 4rm Pin
J4amieC5-Dec-06 4:43
J4amieC5-Dec-06 4:43 
GeneralRe: Plz Plz dnt us smsspk in da 4rm Pin
imshimshal6-Dec-06 19:40
imshimshal6-Dec-06 19:40 
Questionhow to select Rows based on row count Pin
Rmesh5-Dec-06 0:24
Rmesh5-Dec-06 0:24 
AnswerRe: how to select Rows based on row count Pin
_mubashir5-Dec-06 0:46
_mubashir5-Dec-06 0:46 
QuestionGetting group names Pin
quiteSmart5-Dec-06 0:21
quiteSmart5-Dec-06 0:21 
Questionexcluding a node from loading in datagridview Pin
Yustme4-Dec-06 22:49
Yustme4-Dec-06 22:49 
Hi,

When i load an xml file into a datagridview, it loads a few nodes which i rather not load in the datagridview.

This is the content of the xml file:

<root>
<book>
<price>20</price>
<title>whatever</title>
<timeProduced>60958234643051454<timeProduced>
</book>
</root>

And it loads all 3 nodes (price, title and timeProduced);

And i dont want to load the timeProduced node.

This is how i load the xml file into my datagridview:

DataSet xmlDoc = new DataSet();
xmlDoc.ReadXml(path);

this.grdSmsHistory.DataSource = xmlDoc;
this.grdSmsHistory.DataMember = "book";

How can i prevent that?

Thanks in advance!
AnswerRe: excluding a node from loading in datagridview Pin
quiteSmart4-Dec-06 23:11
quiteSmart4-Dec-06 23:11 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme4-Dec-06 23:21
Yustme4-Dec-06 23:21 
GeneralRe: excluding a node from loading in datagridview Pin
quiteSmart4-Dec-06 23:27
quiteSmart4-Dec-06 23:27 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme4-Dec-06 23:32
Yustme4-Dec-06 23:32 
AnswerRe: excluding a node from loading in datagridview Pin
Eric Dahlvang5-Dec-06 3:48
Eric Dahlvang5-Dec-06 3:48 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme5-Dec-06 3:58
Yustme5-Dec-06 3:58 
Questionupdating Assembley in GAC Pin
mnaveed4-Dec-06 22:33
mnaveed4-Dec-06 22:33 
QuestionDeleting item from listview error... Pin
Support1234-Dec-06 22:28
Support1234-Dec-06 22:28 
AnswerRe: Deleting item from listview error... Pin
Mandaar Kulkarni4-Dec-06 23:46
Mandaar Kulkarni4-Dec-06 23:46 
GeneralRe: Deleting item from listview error... Pin
Support1235-Dec-06 0:25
Support1235-Dec-06 0:25 
GeneralRe: Deleting item from listview error... Pin
Support1235-Dec-06 0:27
Support1235-Dec-06 0:27 
Questionexport OLAP in SSAS 2005 to excel pivot table Pin
remex_1980_junyongwu4-Dec-06 22:11
remex_1980_junyongwu4-Dec-06 22:11 
QuestionCurrencyManager and threading Pin
Russell Jones4-Dec-06 22:05
Russell Jones4-Dec-06 22:05 
QuestionHow to handle "New string added" event in ListBox? Pin
Sarvan AL4-Dec-06 21:50
Sarvan AL4-Dec-06 21:50 
AnswerRe: How to handle "New string added" event in ListBox? Pin
Mandaar Kulkarni4-Dec-06 22:16
Mandaar Kulkarni4-Dec-06 22:16 
AnswerRe: How to handle "New string added" event in ListBox? Pin
quiteSmart4-Dec-06 22:34
quiteSmart4-Dec-06 22:34 
QuestionGetting free physical Memory ? Pin
Martin#4-Dec-06 20:42
Martin#4-Dec-06 20:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.