votes
how to display parent node attribute name in xmlDocument
hi, im trying to display the attribute name of the parent node once the input matches a town name: my xml is: <phonebook> <area code="022"> <town>mallow</town> </area> <area ...
blah blah blah is here! blah blah » Close
hi, im trying to display the attribute name of the parent node once the input matches a town name: my xml is: <phonebook> <area code="022"> <town>mallow</town> </area> <area ...
hi im doing my final year project(Bsc) and im looking for some suggestions on what to do. I would like to develop something in c# smart device/windows mobile and xml any suggestions would be greatly appreciated. Thanks
hi how is it possible to return an arrayList from this: private void btnResult_Click(object sender, EventArgs e) { ArrayList arlist = new ArrayList(); arlist.Add(examResults); return arlist; } Many Thanks
Hi could somebody please help me with this as it is driving me nuts for hours!!! I keep receving the "NullReferenceException was unhandled " in the bold line: public static Conditions GetCurrentConditions(string location) { ...