Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~868 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tookerello22

hi how can i view the the web service result in my client app? the web service is: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using System.Xml; public struct SecurityInfo { public string location; public string areacode; } [WebService(Namespace = "http://192.168.1.6/WebService/Service.asmx", Description = "A Simple Web Calculator …

0
82
Member Avatar for tookerello22

hi, im trying to display the attribute name of the parent node once the input matches a town name: my xml is: [CODE] <phonebook> <area code="022"> <town>mallow</town> </area> <area code="023"> <town>bandon</town> <town>bray</town> </area> <area code="024"> <town>youghal</town> </area> <area code="025"> <town>fermoy</town> </area> </phonebook> [/CODE] and the method is: [CODE] private void …

Member Avatar for tookerello22
0
209
Member Avatar for tookerello22

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

Member Avatar for ddanbe
0
111
Member Avatar for tookerello22

hi how is it possible to return an array from this: private void btnResult_Click(object sender, EventArgs e) { ArrayList arlist = new ArrayList(); arlist.Add(examResults); return arlist; } Many Thanks

Member Avatar for Geekitygeek
0
232
Member Avatar for tookerello22

hi, is it possible to populate a sql server ce database from a rss feed using visual studio 2008? and if so could you show me an example? Many Thanks

Member Avatar for kvprajapati
0
66
Member Avatar for tookerello22

Hi could somebody please help me with this as it is driving me nuts for hours!!! I keep receving the "NullReferenceException was unhandled " message: [code] public static Conditions GetCurrentConditions(string location) { Conditions c; c = null; c = new Conditions(); c.GetCurrentConditions(); XmlDocument xmlConditions = new XmlDocument(); xmlConditions.Load(string.Format("http://www.google.com/ig/api?weather={0}", location)); if …

Member Avatar for mcriscolo
0
168