Click here to Skip to main content
16,012,316 members

Comments by Member 13051967 (Top 3 by date)

Member 13051967 5-May-17 8:35am View    
OOps. I moved the File was under a sub folder. Its working, I am sorry, thank you so much...
Member 13051967 5-May-17 8:18am View    
No erros, but this one too did not work.
Member 13051967 5-May-17 8:10am View    
It says string is a class type and cannot be used as an expression..

I tried the below.. but still no luck.. I am trying this in VB.

For Each node As XmlNode In nodes
'cbxList.Items.Add(node.SelectSingleNode("NAME").InnerText)
cbxList.Items.Add(node("NAME").InnerText)
Next