Search results for query: *

  1. M

    attributes fetching

    Hi I am doing xml parsing in ASP.NEt .i am getting prob with attributes.How to get attribut values. my xml looks like <PhoneList> <Phone Number='12234' CID='244' /> </PhoneList> <AsID>100</AsID> my code is XmlDocument xDoc = new XmlDocument(); xDoc.Load(strxml); XmlNodeList asid =...
  2. M

    Console.WriteLine

    Hi Working in windows form. When i try to display some thing on form its not displaying anything. What cloulb be the prob?Do i need to set anything in Visual Studoi.net? Advice me. My code: Console.WriteLine("Hello")
Back
Top