Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
AnswerRe: string Pin
J4amieC26-Aug-08 4:57
J4amieC26-Aug-08 4:57 
AnswerRe: string Pin
Timmy Kokke26-Aug-08 4:57
Timmy Kokke26-Aug-08 4:57 
AnswerRe: string Pin
Pete O'Hanlon26-Aug-08 4:58
mvePete O'Hanlon26-Aug-08 4:58 
QuestionHow to implement hash table like functionality Pin
sri_009926-Aug-08 4:19
sri_009926-Aug-08 4:19 
AnswerRe: How to implement hash table like functionality Pin
Ashfield26-Aug-08 4:24
Ashfield26-Aug-08 4:24 
AnswerRe: How to implement hash table like functionality Pin
Manas Bhardwaj26-Aug-08 5:13
professionalManas Bhardwaj26-Aug-08 5:13 
AnswerRe: How to implement hash table like functionality Pin
lisan_al_ghaib26-Aug-08 7:23
lisan_al_ghaib26-Aug-08 7:23 
AnswerRe: How to implement hash table like functionality Pin
DaveyM6926-Aug-08 9:10
professionalDaveyM6926-Aug-08 9:10 
GeneralRe: How to implement hash table like functionality Pin
Pete O'Hanlon26-Aug-08 10:38
mvePete O'Hanlon26-Aug-08 10:38 
GeneralRe: How to implement hash table like functionality Pin
DaveyM6926-Aug-08 10:51
professionalDaveyM6926-Aug-08 10:51 
QuestionAutocomplete combo box tweaks Pin
Jon Hulatt26-Aug-08 4:17
Jon Hulatt26-Aug-08 4:17 
AnswerRe: Autocomplete combo box tweaks Pin
DaveyM6926-Aug-08 5:37
professionalDaveyM6926-Aug-08 5:37 
QuestionCreating mdb file at runtime Pin
Sayed Sajid26-Aug-08 3:31
Sayed Sajid26-Aug-08 3:31 
AnswerRe: Creating mdb file at runtime Pin
Manas Bhardwaj26-Aug-08 3:37
professionalManas Bhardwaj26-Aug-08 3:37 
AnswerRe: Creating mdb file at runtime Pin
JoeSharp26-Aug-08 3:58
JoeSharp26-Aug-08 3:58 
AnswerRe: Creating mdb file at runtime Pin
delyk26-Aug-08 10:03
delyk26-Aug-08 10:03 
QuestionSwitch/Case Question Pin
ffowler26-Aug-08 3:25
ffowler26-Aug-08 3:25 
AnswerRe: Switch/Case Question Pin
J4amieC26-Aug-08 3:29
J4amieC26-Aug-08 3:29 
GeneralRe: Switch/Case Question Pin
ffowler26-Aug-08 3:36
ffowler26-Aug-08 3:36 
GeneralRe: Switch/Case Question Pin
leppie26-Aug-08 3:42
leppie26-Aug-08 3:42 
GeneralRe: Switch/Case Question Pin
ffowler26-Aug-08 3:49
ffowler26-Aug-08 3:49 
GeneralRe: Switch/Case Question Pin
Pete O'Hanlon26-Aug-08 3:56
mvePete O'Hanlon26-Aug-08 3:56 
QuestionPassing data between parent, child and class Pin
ianhunt0126-Aug-08 3:08
ianhunt0126-Aug-08 3:08 
AnswerRe: Passing data between parent, child and class Pin
paas26-Aug-08 6:47
paas26-Aug-08 6:47 
Questionweb service Pin
arkiboys26-Aug-08 2:47
arkiboys26-Aug-08 2:47 
Hi,
I call a web service with relevant parameters as follows:

MyNameSpace.MyWebService.MyMethod ws;
ws.ExecuteProcess(strXML, 0);

This is the result of the web service which I call after passing the relevant parameters as shown above

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://tempuri.org//ServiceExecuteProcess"><ProcessExecutionResults Process="AllData" Result="Success" OutputId="Success" Records="1" User="My User name" Name="install them all" ProcessItemId="22b1d5a9-8438-403f-83a6-fb6ce1b62036" /></string>

Now I would like to get back the Result="Success"
How do I modify the above code to get to the value "Success" ?
Thanks

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.