PDA

Click to See Complete Forum and Search --> : Posting a form from VB application


r0ach
May 16th, 2000, 10:51 PM
Hey,

Can someone please tell me how i can post information to a webpage (form) from within a VB application?

Like filling in info in the VB app, and then the app posts it to the web.

Thanx in advance

André
May 17th, 2000, 02:25 PM
Hi there,

If the business logic resides in a middle tier architecture, you can do this very easily. You just call the same method as your ASP page. If you are working on a 2-tier architecture, that is ASP to Databse, well I suggest you consider upgrading to a three tier architecture. This way you will always be able to change the GUI interface without changing the business rules or Data access objects.

cheers,
André