Request Object in ASP.NET! - Help Urgent!

Eretistiatial

New Member
Hi all, <BR>We used to code in asp for the DOMDocument object using:<BR>objDOM.load (Request) <BR>to load the entire XML posted to this page. However, in ASPX, we did the same and there is always an "Invalid parameter" error.<BR>We've tried Request.item(0) and stuff like that and we are still unable to load the XML successfully.<BR><BR>Does anyone knows how this can be done?<BR><BR>Thanks in advance.<BR><BR>Best Regards,<BR>Donovan
 
Back
Top