Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing data from one project to other project in C# Pin
pranu_1324-Jan-07 22:43
pranu_1324-Jan-07 22:43 
QuestionFilter Expression Pin
ASysSolvers24-Jan-07 20:26
ASysSolvers24-Jan-07 20:26 
QuestionInvalidActiveXSateException was unhandled- MSChart Pin
GunaChinna24-Jan-07 19:57
GunaChinna24-Jan-07 19:57 
QuestionDNS Entry Pin
AB777124-Jan-07 19:41
AB777124-Jan-07 19:41 
QuestionDNS Entry Pin
AB777124-Jan-07 19:38
AB777124-Jan-07 19:38 
Questioninstall error:cabinet not found Pin
rooh57200124-Jan-07 19:27
rooh57200124-Jan-07 19:27 
Questionxml Pin
justintimberlake24-Jan-07 18:41
justintimberlake24-Jan-07 18:41 
AnswerRe: xml Pin
Shajeel24-Jan-07 19:13
Shajeel24-Jan-07 19:13 
if you are using xmltextreader then you can check it use this article
http://www.c-sharpcorner.com/UploadFile/mahesh/ReadWriteXMLTutMellli2111282005041517AM/ReadWriteXMLTutMellli21.aspx[^]

but i think better option will be XmlDocument, you can get your data from following code:

<div style="font-family: Consolas; font-size: 10pt; color: black; background: white;"><p style="margin: 0px;">            XmlDocument doc = <span style="color: blue;">new</span> XmlDocument();</p><p style="margin: 0px;">            doc.LoadXml(<span style="color: maroon;">"<testnode><element1>Element 1</element1></testnode>"</span>);</p><p style="margin: 0px;">            <span style="color: teal;">Console</span>.WriteLine(doc.SelectSingleNode(<span style="color: maroon;">"testnode/element1"</span>).InnerText);</p><p style="margin: 0px;">            <span style="color: teal;">Console</span>.ReadLine();</p></div>


Regards
Shajeel

Questionxml Pin
justintimberlake24-Jan-07 18:41
justintimberlake24-Jan-07 18:41 
QuestionLocalization and Internationalization Help needed Pin
ind_coder24-Jan-07 18:35
ind_coder24-Jan-07 18:35 
QuestionContext Menu for VS Template Pin
Sohail_Alig24-Jan-07 18:31
Sohail_Alig24-Jan-07 18:31 
QuestionAxMSChart20Lib.AxMSChart Pin
GunaChinna24-Jan-07 17:10
GunaChinna24-Jan-07 17:10 
QuestionReflection question Pin
Jamie Nordmeyer24-Jan-07 16:54
Jamie Nordmeyer24-Jan-07 16:54 
AnswerRe: Reflection question Pin
Luc Pattyn24-Jan-07 18:48
sitebuilderLuc Pattyn24-Jan-07 18:48 
AnswerRe: Reflection question Pin
Shajeel24-Jan-07 19:00
Shajeel24-Jan-07 19:00 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:15
Jamie Nordmeyer25-Jan-07 4:15 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:36
Jamie Nordmeyer25-Jan-07 4:36 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 5:00
Jamie Nordmeyer25-Jan-07 5:00 
AnswerRe: Reflection question Pin
Seishin#24-Jan-07 21:46
Seishin#24-Jan-07 21:46 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:14
Jamie Nordmeyer25-Jan-07 4:14 
Questionnewbie: DataGridView doesnt Respond for MouseClicks Pin
Monika Dotnet Newbie24-Jan-07 16:38
Monika Dotnet Newbie24-Jan-07 16:38 
AnswerRe: newbie: DataGridView doesnt Respond for MouseClicks Pin
tigreder24-Jan-07 21:56
tigreder24-Jan-07 21:56 
QuestionCommand Prompt Showing [modified] Pin
dsl/fahk24-Jan-07 16:20
dsl/fahk24-Jan-07 16:20 
AnswerRe: Command Prompt Showing Pin
ShermansLagoon24-Jan-07 20:32
ShermansLagoon24-Jan-07 20:32 
GeneralRe: Command Prompt Showing Pin
dsl/fahk25-Jan-07 0:54
dsl/fahk25-Jan-07 0:54 

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.