Is Asp Capabale Of Interacting With Bank?

i have someone asking me if i can :

"Integration of this software with the bank for automated >>pre-authorized withdrawal system."

is this possible in asp with little problems?

View Replies


ADVERTISEMENT

Interacting With Two ASP Pages

I have created an ASP website that only consists of two pages. The first accepts an entry parm and runs various sql statements before displaying the results to the screen. Part of this build will include links to the second page passing in the relevant data. Updon clicking one of these links I want the second page to run another set of sql statements and return the results to page one.


Page one then builds the page again based upon the new entry parm. The critical thing here is that the second page recieves a parm, runs some sql and if data is available it automatically calls page 1 again with the new parameter.

This was working fine using some dubious code I found on the internet however, a recent upgrade to my hosts servers means they are less forgiving and I now recieve the legendary DLLHOST.EXE taking 100% CPU. I have ensured my whole site correctly clears/closes the result sets and connections so am sure the error lies with this code. The dubious code is as follows:

View Replies View Related

Interacting With Desktop

Is it possible for an asp.net site that when it is viewed by a user, the
site can interact with the desktop apps possibly written in vb or access?
The use I am looking for is that if the user clicks on a staff's name in the
site, the site access an ms access app on user's desktop and locates the
relevant staff record.

View Replies View Related

Interacting With E-commerce Site

To handle online transactions I need to be able to accept an incoming form from the the e-commerce server.

No problem there (I believe it will look the same as any other request?).

However I need to respond by sending a form back again.

How can I do that directly from the server in ASP without having a browser to load a page.

I believe in Perl one uses the LWP library and contructs the HTTP packet and then sends it back to the server.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved