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
Printable View
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
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é