Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: abt page load Pin
DoctorMick20-Aug-09 4:43
DoctorMick20-Aug-09 4:43 
GeneralRe: abt page load Pin
Rajeshwar Code- Developer20-Aug-09 4:51
Rajeshwar Code- Developer20-Aug-09 4:51 
GeneralRe: abt page load Pin
Coding C#20-Aug-09 20:21
Coding C#20-Aug-09 20:21 
QuestionJavascript Method Not found "Webform_Postbackwithoptions" in ASPX form Pin
sBudha20-Aug-09 3:00
sBudha20-Aug-09 3:00 
QuestionASP.NET Application Deployment Problem [modified] Pin
Ibrahim Bello20-Aug-09 2:36
Ibrahim Bello20-Aug-09 2:36 
QuestionHelp with urlrewriting.net Pin
VijayVishwakarma20-Aug-09 1:53
VijayVishwakarma20-Aug-09 1:53 
QuestionAspNetSqlMembershipProvider provider settings Pin
Chesnokov Yuriy20-Aug-09 1:45
professionalChesnokov Yuriy20-Aug-09 1:45 
QuestionHow to receive HTTP POST data, an XML file being sent. Pin
Jon Hartney20-Aug-09 1:19
Jon Hartney20-Aug-09 1:19 
I am writting a server side web page that receives a HTTP POST from our environmental system, InfraStruXure from APC. I can loop through the Server Variables and save that information...

For Each x In Request.ServerVariables
Functions.WriteToLog(x & " = " & Request.ServerVariables(x))
Next

I can see that a file, called xmlalert, is being sent with...

Dim MyNameArray() As String = Request.Files.AllKeys
For Each MyName As String In MyNameArray
Functions.WriteToLog(MyName & Environment.NewLine)
Next

But how do I access the contents of this file? I remember in the past that I needed to check the HTTP_CONTENT_LENGTH and watch for the "boundary", and put that stream into a byte array. But I can not remember how to do that.

Can someone assist?
Or is there an easier way?

Thanks,
JON
AnswerRe: How to receive HTTP POST data, an XML file being sent. Pin
Jon Hartney20-Aug-09 1:52
Jon Hartney20-Aug-09 1:52 
QuestionSystem.Web.UI.HtmlControls.HtmlGenericControl --session Pin
Ramkumar_S20-Aug-09 1:05
Ramkumar_S20-Aug-09 1:05 
AnswerRe: System.Web.UI.HtmlControls.HtmlGenericControl --session Pin
DoctorMick20-Aug-09 4:45
DoctorMick20-Aug-09 4:45 
Questioncrystal report Pin
mylogics20-Aug-09 0:07
professionalmylogics20-Aug-09 0:07 
AnswerRe: crystal report Pin
Christian Graus20-Aug-09 0:09
protectorChristian Graus20-Aug-09 0:09 
GeneralRe: crystal report Pin
mylogics20-Aug-09 0:13
professionalmylogics20-Aug-09 0:13 
Questioncryatal report Pin
mylogics19-Aug-09 23:47
professionalmylogics19-Aug-09 23:47 
AnswerRe: cryatal report Pin
Christian Graus20-Aug-09 0:07
protectorChristian Graus20-Aug-09 0:07 
GeneralRe: cryatal report Pin
mylogics20-Aug-09 0:16
professionalmylogics20-Aug-09 0:16 
GeneralRe: cryatal report Pin
Christian Graus20-Aug-09 0:31
protectorChristian Graus20-Aug-09 0:31 
GeneralRe: cryatal report Pin
mylogics20-Aug-09 0:38
professionalmylogics20-Aug-09 0:38 
GeneralRe: cryatal report Pin
Christian Graus20-Aug-09 1:30
protectorChristian Graus20-Aug-09 1:30 
GeneralRe: cryatal report Pin
mylogics20-Aug-09 1:10
professionalmylogics20-Aug-09 1:10 
Questionaspmenu boreder collapse problem Pin
Mogamboo_Khush_Hua19-Aug-09 22:43
Mogamboo_Khush_Hua19-Aug-09 22:43 
QuestionTo make a list of categories with datalist or any other control Pin
brijmohansingh1019-Aug-09 22:08
brijmohansingh1019-Aug-09 22:08 
AnswerRe: To make a list of categories with datalist or any other control Pin
Christian Graus19-Aug-09 23:15
protectorChristian Graus19-Aug-09 23:15 
QuestionFetching MAC address of clients machine Pin
krishnaveer19-Aug-09 22:00
krishnaveer19-Aug-09 22:00 

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.