User Profile

Collapse

Profile Sidebar

Collapse
tookerello
tookerello
Last Activity: Mar 18 '11, 02:32 PM
Joined: May 5 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tookerello
    started a topic How to get web service values in client app?

    How to get web service values in client app?

    hi how can i view the the web service result in my client app?
    the web service is:

    Code:
    public struct SecurityInfo
    {
        public string location;
        public string areacode;
    }
    [WebService(Namespace = "http://192.168.1.6/WebService/Service.asmx",
    Description = "A Simple Web Calculator Service",
    Name = "CalculatorWebService")]
    [WebServiceBinding(ConformsTo
    ...
    See more | Go to post

  • the solution is to use town.ParentNode .Attributes["code"].Value
    See more | Go to post

    Leave a comment:


  • 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:

    Code:
    <phonebook>
      <area code="022">
        <town>mallow</town>
      </area>
      <area code="023">
        <town>bandon</town>
        <town>bray</town>     
      </area>
      <area code="024">
    ...
    See more | Go to post

  • tookerello
    started a topic sql server ce

    sql server ce

    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
    See more | Go to post

  • tookerello
    started a topic NullReferenceException was unhandled

    NullReferenceException was unhandled

    Hi could you please help with this as i have been trying to correct it for hours:
    I keep receiving the "NullReferenceE xception was unhandled" message

    Code:
    public static Conditions GetCurrentConditions(string location)
            {
                Conditions c;
                c = null;
                c = new Conditions();
    
                c.GetCurrentConditions();
    
                XmlDocument xmlConditions
    ...
    See more | Go to post
    Last edited by tlhintoq; May 5 '10, 03:57 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Working...