Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
QuestionSocket / Network Stuff question Pin
Tom Wright16-Nov-05 10:00
Tom Wright16-Nov-05 10:00 
QuestionCheckBox(es) with a number attached? Pin
naglbitur16-Nov-05 9:47
naglbitur16-Nov-05 9:47 
AnswerRe: CheckBox(es) with a number attached? Pin
mav.northwind16-Nov-05 10:03
mav.northwind16-Nov-05 10:03 
QuestionHide the application from the process list? Pin
Wronex16-Nov-05 9:15
Wronex16-Nov-05 9:15 
AnswerRe: Hide the application from the process list? Pin
Dan Neely16-Nov-05 9:55
Dan Neely16-Nov-05 9:55 
AnswerRe: Hide the application from the process list? Pin
Dave Kreskowiak16-Nov-05 16:39
mveDave Kreskowiak16-Nov-05 16:39 
QuestionHow to Send XML to an ASP page? Pin
v9316-Nov-05 9:09
v9316-Nov-05 9:09 
AnswerRe: How to Send XML to an ASP page? Pin
Rob Philpott16-Nov-05 12:21
Rob Philpott16-Nov-05 12:21 
How are you making the actual web request? And how does the webpage expect to receive the xml, as POST data?

I would think the most likely thing you want to do is use the HttpWebRequest class to POST the data up to the web page, if you set its 'Method' to 'POST' you can the use the GetRequestStream() method to return a stream to which you can write your xml.

Is that the sort of thing you are after?




Regards,
Rob Philpott.
GeneralRe: How to Send XML to an ASP page? Pin
v9317-Nov-05 0:27
v9317-Nov-05 0:27 
QuestionBad programming ethics Pin
eggie516-Nov-05 9:03
eggie516-Nov-05 9:03 
AnswerRe: Bad programming ethics Pin
jonny516-Nov-05 20:41
jonny516-Nov-05 20:41 
QuestionAssembley error loadign Pin
webhay16-Nov-05 8:56
webhay16-Nov-05 8:56 
QuestionMDI - Child in foreign app Pin
franzz16-Nov-05 8:22
franzz16-Nov-05 8:22 
AnswerRe: MDI - Child in foreign app Pin
Dave Kreskowiak16-Nov-05 8:38
mveDave Kreskowiak16-Nov-05 8:38 
GeneralMDI - Child in foreign app Pin
franzz16-Nov-05 8:42
franzz16-Nov-05 8:42 
Questionc# and sql Pin
vandread116-Nov-05 7:41
vandread116-Nov-05 7:41 
AnswerRe: c# and sql Pin
mikanu16-Nov-05 8:42
mikanu16-Nov-05 8:42 
Question[Message Deleted] Pin
Jasejc16-Nov-05 5:44
Jasejc16-Nov-05 5:44 
AnswerRe: Execute .exe file from within C# code Pin
Michael Potter16-Nov-05 5:55
Michael Potter16-Nov-05 5:55 
GeneralRe: Execute .exe file from within C# code Pin
Dan Neely16-Nov-05 7:07
Dan Neely16-Nov-05 7:07 
QuestionParen/Child in different threads? Pin
Alex_Y16-Nov-05 4:17
Alex_Y16-Nov-05 4:17 
AnswerRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 4:39
S. Senthil Kumar16-Nov-05 4:39 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 5:01
Alex_Y16-Nov-05 5:01 
GeneralRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 5:12
S. Senthil Kumar16-Nov-05 5:12 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 6:38
Alex_Y16-Nov-05 6:38 

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.