Hello,
I am trying to post a form to a webserver that is suppose to send a response with a perticular number which is generated on server. Well when i submit request (i.e --- Dim HttpWReq As HttpWebRequest = CType(WebRequest.Create("http://sbc.calibrus.com/SWBBusiness/InsertAccount.asp?AgentID=4452&CompanyName=test&De cisionMaker=test&TN_0=42225444&DailTone_0=1&LocalT ollSBCLD_0=1&LD_0=1&DNIS=4505&RomeName=SouthWest servco POTS&TNNum=13"), HttpWebRequest) ---)

I get all the response except that number. I other words i am not able to get server generated number. But at the same time if i enter this url into the browser i do get the response with the server number. Can some help me please. Its so important for me.

here is the request:
HttpWRes = CType(HttpWReq.GetResponse(), HttpWebResponse)
s = HttpWRes.GetResponseStream
HtmlContent = New StreamReader(s).ReadToEnd
s.Close()
Response.Write(HtmlContent)

---
Posted using Wimdows.net NntpNews Component -

Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.