Click here to Skip to main content
16,006,594 members
Home / Discussions / C#
   

C#

 
QuestionData from textbox into database and newlines Pin
Genbox29-Mar-06 0:22
Genbox29-Mar-06 0:22 
AnswerRe: Data from textbox into database and newlines Pin
Genbox29-Mar-06 0:35
Genbox29-Mar-06 0:35 
AnswerRe: Data from textbox into database and newlines Pin
albCode29-Mar-06 0:37
albCode29-Mar-06 0:37 
QuestionWhere is the password textbox in C#? Pin
Ming Luo28-Mar-06 23:41
Ming Luo28-Mar-06 23:41 
AnswerRe: Where is the password textbox in C#? Pin
R. Giskard Reventlov28-Mar-06 23:57
R. Giskard Reventlov28-Mar-06 23:57 
AnswerRe: Where is the password textbox in C#? Pin
GLLNS28-Mar-06 23:57
GLLNS28-Mar-06 23:57 
AnswerRe: Where is the password textbox in C#? Pin
albCode28-Mar-06 23:59
albCode28-Mar-06 23:59 
QuestionC# and SOAP (as client)- how to typecast from PHP array? Pin
lordgreg28-Mar-06 23:26
lordgreg28-Mar-06 23:26 
hi there Smile | :)

alot of people told me, including some assitants on our faculty, that if i want to use methods on diferent programming languages is, to use SOAP standard, which also is the best option i would like to use.

so let me give you few information on what i want to use first:

i have an XML file with alot of data- let's say it is the data of URL links to diferent informational sites (linux distros, diferent tools for linux etc). now, the server part would be written in PHP using the SOAP standard to send data.

the thing is, i don't know how to send data if we assume that the clients could be written in C#, Java or any other possible language. i googled it a bit and i found only simple SOAP examlpes, where server sends int or string type, array is nowhere to find :S

i mean, i know the client part would call a method defined in WDSL, but- what if PHP would merge all URL links into PHP's Array() like this:

var $ArrayOfLinks = array(
0 => 'http://domainA.com/',
1 => 'http://domainB.com/',
2 => 'http://domainC.com/',
);

how could i then typecast from this type of array into C# readable type (ArrayList or similar)?

please help me out with this.. it's killing me.
AnswerRe: C# and SOAP (as client)- how to typecast from PHP array? Pin
WillemM29-Mar-06 0:17
WillemM29-Mar-06 0:17 
QuestionDelete a portion of image Pin
Sasuko28-Mar-06 23:11
Sasuko28-Mar-06 23:11 
QuestionCan I get a message when user add a breakpoint? Pin
tiancaidao28-Mar-06 22:32
tiancaidao28-Mar-06 22:32 
AnswerRe: Can I get a message when user add a breakpoint? Pin
tiancaidao29-Mar-06 18:28
tiancaidao29-Mar-06 18:28 
Questionwhy unsafe block Pin
haseeb_saeed28-Mar-06 22:22
haseeb_saeed28-Mar-06 22:22 
AnswerRe: why unsafe block Pin
WillemM29-Mar-06 0:18
WillemM29-Mar-06 0:18 
QuestionSelect Row Pin
Rmokkenstorm28-Mar-06 20:53
Rmokkenstorm28-Mar-06 20:53 
AnswerRe: Select Row Pin
AB777128-Mar-06 21:38
AB777128-Mar-06 21:38 
GeneralRe: Select Row Pin
Rmokkenstorm28-Mar-06 21:43
Rmokkenstorm28-Mar-06 21:43 
GeneralRe: Select Row Pin
AB777128-Mar-06 23:38
AB777128-Mar-06 23:38 
GeneralRe: Select Row Pin
Rmokkenstorm28-Mar-06 23:58
Rmokkenstorm28-Mar-06 23:58 
GeneralRe: Select Row Pin
Rmokkenstorm29-Mar-06 20:55
Rmokkenstorm29-Mar-06 20:55 
GeneralRe: Select Row Pin
esjq29-Mar-06 22:06
esjq29-Mar-06 22:06 
GeneralRe: Select Row Pin
Rmokkenstorm29-Mar-06 22:14
Rmokkenstorm29-Mar-06 22:14 
GeneralRe: Select Row Pin
esjq29-Mar-06 22:18
esjq29-Mar-06 22:18 
GeneralRe: Select Row Pin
Rmokkenstorm30-Mar-06 2:47
Rmokkenstorm30-Mar-06 2:47 
GeneralRe: Select Row Pin
esjq30-Mar-06 19:45
esjq30-Mar-06 19:45 

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.