Microsoft
Software
Hardware
Network
Question : posting xml string to web
hi there, I have this code to post xml string to a website and get the results as string
Dim w As New Net.WebClient
Dim res = w.UploadString(myUrl, myXmlString)
It worked for awhile, but now I get timeout error, and I need to set the timeout property. What's the equivalent code above using WebRequest?
Answer : posting xml string to web
Check if any of the advice on this page is helpful:
http://forums.techarena.in
/operating
-systems/1
324610.htm
Network sharing with virtual XP mode PC
Random Solutions
STP
how to count the sum?
Re-use generated field in MS SQL Server?
How do I prevent my app from being indexed by search engines
How to Query Same Table twice using 1 SQL Query ?
Inserting Line Break in JSP String being displayed by Javascript
how to send out html using Spring mail?
Backup Exec 12.0 Media
Modify SQL SP to ignore initial Start Value
How do I test for a null value in a datagridview cell