blah blah blah is here! blah blah » Close

0
votes
1 answers

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 ...

0
votes
2 answers

Final year project ideas

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

0
votes
1 answers

a return keyword must not be followed by an object expression

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

0
votes
1 answers

NullReferenceException was unhandled

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) { ...

Feedback