Click here to Skip to main content
15,913,467 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXMLNode datagrid Pin
dotnet_cpp31-May-04 20:20
dotnet_cpp31-May-04 20:20 
GeneralXML Schema(s): Help Needed Pin
mlauzon2728-May-04 10:18
mlauzon2728-May-04 10:18 
GeneralRe: XML Schema(s): Help Needed Pin
JussiL2-Jun-04 8:34
JussiL2-Jun-04 8:34 
GeneralRe: XML Schema(s): Help Needed Pin
mlauzon272-Jun-04 8:47
mlauzon272-Jun-04 8:47 
GeneralRe: XML Schema(s): Help Needed Pin
JussiL2-Jun-04 23:55
JussiL2-Jun-04 23:55 
GeneralRe: XML Schema(s): Help Needed Pin
mlauzon273-Jun-04 6:00
mlauzon273-Jun-04 6:00 
GeneralRe: XML Schema(s): Help Needed Pin
JussiL3-Jun-04 20:57
JussiL3-Jun-04 20:57 
GeneralVB.net XmlNode to C# Pin
eggie527-May-04 13:34
eggie527-May-04 13:34 
Sub DisplayCustomer(ByVal position As Integer)
    Dim node As XmlNode = xmlDoc.SelectSingleNode("/Customers/Customer[" & position & "]")


This is VB.NET. What would be the C# equivlient?

I have this so far, pero no function.

void DisplayCustomer(int position)
{
    XmlNode node=xmlDoc.SelectSingleNode(@"/Customers/Customer[position]");


/\ |_ E X E GG
GeneralRe: VB.net XmlNode to C# Pin
eggie527-May-04 15:18
eggie527-May-04 15:18 
GeneralLearning XML Schemas Pin
mlauzon2727-May-04 9:26
mlauzon2727-May-04 9:26 
GeneralRe: Learning XML Schemas Pin
Arjan Einbu27-May-04 13:37
Arjan Einbu27-May-04 13:37 
Generalxsl generating META tag Pin
IsaacB26-May-04 10:56
IsaacB26-May-04 10:56 
GeneralSAX parser - dont work Pin
VictorPr25-May-04 5:21
VictorPr25-May-04 5:21 
GeneralXSD importing problem Pin
Grimolfr24-May-04 4:50
Grimolfr24-May-04 4:50 
Questioncompiling expatpp ? Pin
caignaoli23-May-04 21:57
caignaoli23-May-04 21:57 
QuestionWhy am I getting "The expression...should result in a NodeSet"? Pin
Marc Clifton22-May-04 13:08
mvaMarc Clifton22-May-04 13:08 
AnswerRe: Why am I getting "The expression...should result in a NodeSet"? Pin
Mike Ellison22-May-04 13:47
Mike Ellison22-May-04 13:47 
GeneralRe: Why am I getting "The expression...should result in a NodeSet"? Pin
Marc Clifton22-May-04 14:48
mvaMarc Clifton22-May-04 14:48 
Generalamazon upload Need Help Pin
Sumit Kapoor19-May-04 19:52
Sumit Kapoor19-May-04 19:52 
QuestionXML the way? Pin
RichGuk18-May-04 11:16
RichGuk18-May-04 11:16 
AnswerRe: XML the way? Pin
Christian Graus18-May-04 11:45
protectorChristian Graus18-May-04 11:45 
AnswerRe: XML the way? Pin
eggie527-May-04 13:44
eggie527-May-04 13:44 
QuestionGet child nodes of certain element?? Pin
Jack78917-May-04 19:27
Jack78917-May-04 19:27 
AnswerRe: Get child nodes of certain element?? Pin
Wilbur J. Pereira17-May-04 19:52
Wilbur J. Pereira17-May-04 19:52 
GeneralRe: Get child nodes of certain element?? Pin
Jack78917-May-04 20:19
Jack78917-May-04 20:19 

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.