Click here to Skip to main content
15,886,810 members
Home / Discussions / C#
   

C#

 
AnswerRe: I command "AT Command" can recharge the SIM card can be self-abandoned. Pin
Roger Wright20-Dec-09 1:11
professionalRoger Wright20-Dec-09 1:11 
JokeRe: I command "AT Command" can recharge the SIM card can be self-abandoned. Pin
Eddy Vluggen20-Dec-09 1:36
professionalEddy Vluggen20-Dec-09 1:36 
GeneralRe: I command "AT Command" can recharge the SIM card can be self-abandoned. Pin
Richard MacCutchan20-Dec-09 4:35
mveRichard MacCutchan20-Dec-09 4:35 
QuestionWeb Service Pin
ellllllllie19-Dec-09 23:25
ellllllllie19-Dec-09 23:25 
AnswerRe: Web Service Pin
Rob Philpott19-Dec-09 23:58
Rob Philpott19-Dec-09 23:58 
QuestionProblem in Reading XML file.. Pin
<<Tash18>>19-Dec-09 22:15
<<Tash18>>19-Dec-09 22:15 
AnswerRe: Problem in Reading XML file.. Pin
Rob Philpott19-Dec-09 23:26
Rob Philpott19-Dec-09 23:26 
GeneralRe: Problem in Reading XML file.. Pin
<<Tash18>>20-Dec-09 0:28
<<Tash18>>20-Dec-09 0:28 
Thanx 4 ur reply... I have come up with the following code..
its working fine.. Is this the right and
error free way for my solution???? Please advice....

                         foreach(XmlNode node in nodes)
{
    if(node.HasChildNodes && node.ChildNodes.Count > 0)
    {
        XmlElement Element = (XmlElement) node;
        string a_ID = Element.GetElementsByTagName("ID")[0].InnerText;
        string a_ApplicationDescription = Element.GetElementsByTagName("ApplicationDescription")[0].InnerText;
        string a_Category = Element.GetElementsByTagName("Category")[0].InnerText;
        string a_Business_Owner = Element.GetElementsByTagName("Business_Owner")[0].InnerText;
        string a_CreatedID = Element.GetElementsByTagName("CreatedID")[0].InnerText;
        string a_CreatedTimeStamp = Element.GetElementsByTagName("CreatedTimeStamp")[0].InnerText;
        string a_Status = Element.GetElementsByTagName("Status")[0].InnerText;
        if(a_ID==app)
        {
                                               Console.WriteLine("{0}",a_ID);
                                            }
                                  }
                      }


Thanx in advance..
Regards,
Tash
GeneralRe: Problem in Reading XML file.. Pin
Rob Philpott20-Dec-09 1:51
Rob Philpott20-Dec-09 1:51 
Questiondatatable Pin
ali- kanju219-Dec-09 22:03
ali- kanju219-Dec-09 22:03 
AnswerRe: datatable Pin
Saksida Bojan19-Dec-09 22:39
Saksida Bojan19-Dec-09 22:39 
GeneralRe: datatable Pin
ali- kanju219-Dec-09 23:08
ali- kanju219-Dec-09 23:08 
GeneralRe: datatable Pin
Saksida Bojan20-Dec-09 18:33
Saksida Bojan20-Dec-09 18:33 
Questiondatatable Pin
ali- kanju219-Dec-09 20:12
ali- kanju219-Dec-09 20:12 
Question[Message Deleted] Pin
theOzLizard19-Dec-09 14:35
theOzLizard19-Dec-09 14:35 
AnswerRe: onclientclick problem Pin
Ravi Bhavnani19-Dec-09 17:04
professionalRavi Bhavnani19-Dec-09 17:04 
QuestionTranslating pixel postion? Pin
Druuler19-Dec-09 12:14
Druuler19-Dec-09 12:14 
AnswerRe: Translating pixel postion? [modified] Pin
o m n i19-Dec-09 14:40
o m n i19-Dec-09 14:40 
GeneralRe: Translating pixel postion? Pin
Druuler19-Dec-09 16:35
Druuler19-Dec-09 16:35 
GeneralRe: Translating pixel postion? Pin
o m n i19-Dec-09 17:09
o m n i19-Dec-09 17:09 
GeneralRe: Translating pixel postion? Pin
Druuler20-Dec-09 8:39
Druuler20-Dec-09 8:39 
Questionconvert wav Pin
sanforjackass19-Dec-09 11:09
sanforjackass19-Dec-09 11:09 
AnswerRe: convert wav Pin
o m n i19-Dec-09 14:58
o m n i19-Dec-09 14:58 
QuestionMATLAB Pin
sanforjackass19-Dec-09 10:24
sanforjackass19-Dec-09 10:24 
AnswerRe: MATLAB Pin
Jimmanuel19-Dec-09 11:29
Jimmanuel19-Dec-09 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.