Ask a Question related to ASP.NET Security, Design and Development.
-
anjummir@-NOSPAM-hotmail.com #1
httpresponse is not giving me all the information
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.
anjummir@-NOSPAM-hotmail.com Guest
-
cfform giving errors
Hello, I don't mean to sound desperate but I am. I'm trying to get the cfform to work but it give me an error saying that I used attributes wrong,... -
loadMovie is not giving me the results I want.
I have created a movie that contains a dynamic text box with a linked .txt file. there are two buttons for scrolling the text. I published the... -
Giving Components Permissions
Server OS: Windows 2000 Server SP4 IIS: 5.0 Component Language: Visual Basic 6.0 Hey folks quick question hopefully be a quick answer too... I... -
Giving Trust ot Assembly
Hi, I have generated a dll Assembly with a Key having a class with public method returning a string in C#, When i am trying to give trust to... -
Valid list of HTTPResponse.ContentType string types
Hi All, I am look for a valid list of string args that can be used with HTTPResponse.ContentType. Thanks for any help!! Bob Hanson CEO...



Reply With Quote

