From an ASP.NET web-form, I need to do the following:
1) HTTP Post XML Data to a URL (Java Servlet)
2) Wait for processing, receive a return value
3) Continue on with my code.
Please advise on how this would be done.
Thanks!
Issue: I have a web page that needs to receive information from an XML stream and manipulate it before displaying.
Here's my complete (simplified and working) scenario:
I have a web page (FirstPage.aspx) that creates report data in XML. I have my response.contenttype = "text/xml". This...
Ok everyone, you all have helped me tremendously in the past. My project is almost complete, but have one last issue! I'm cut/pasting my message I've sent to everyone I know (who all have all said, "re-register it"...well...been there done that, even mentioned that. LOL).
Here's the...
Background:
User has an ASPX page to input several report parameters.
The Input Page has an OWC component that reads in from an XML Data Source.
I have an ASPX page that Generates the XML Data for the OWC control.
Process: User enters parameters, clicks button to generate report. OWC...
Multiple questions here, but all relate to the same SQL Statement I'm working on...
I'm creating a stored procedure that needs to accept 5 separate parameters:
ID1, ID2 and ID3 are all integer record IDs
ID4 and ID5 need to contain multiple integer ID's.
So, I need to be able to do a query...
Ok, I'm attempting my first Pocket PC application.
I'm following the tutorials on the MSDN site, and found one interesting item. When I use VS.NET 2003 to create a new form, that form fills the entire screen, including covering the keyboard entry icon on the bottom (yeah, I have no idea what...
I am attempting to use the Active Directory Service Interface (ADSI) to fetch a user's password to synch with another system. I understand that the password will be encrypted, and that's fine (actually preferred).
My problem is, whenever I fetch a .DirectoryEntry of a user, I can not see the...
I have a DLL written in VB 6.0 that runs fine with VB programs. However, when I attempt to use it in ASP, I get the following error:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method
The error is appearing on this line:
clsAuth =...
Could someone please point me in the right direction on how to write a vb application to utilize Windows Authentication?
I have a project that may require the user to be authenticated when the program is started through our company's NT Authentication server.
I have never did anything like...
I'm new to VB.NET. I created a user control...
1) I'm trying to create an "About" property to bring up a copyright window (for company, not me). What's the new method of getting the "..." to appear in the Property Window to display my form?
2) My property descriptions...
I was wondering what technique would be used to create a VB application, that could eventually log into a 3rd party web-site, and complete the web-forms on that site.
At this point, I'm not sure if SSL will be active on the remote site or not, if that makes a difference.
I saw a number of...
In the past, I have written pages to upload using ASP along side of the Posting Acceptor service installed on IIS 5.0.
However, I am working with a provider that is running Apache with Chili!Soft to allow for ASP functionality, so the Posting Acceptor is not installed.
Is there a way I can...
I have an Access database that is compiled into an .ade project and accesses an SQL Server 2000 database.
The .ade starts with a form, and hides the tables/design window as well as hiding all of the menu/tool bars.
However, when you open an Access file while holding down the Shift key, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.