Results 1 to 2 of 2

Thread: Posting a form from VB application

  1. #1

    Thread Starter
    Fanatic Member r0ach's Avatar
    Join Date
    Dec 1999
    Location
    South Africa
    Posts
    722

    Question

    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

    r0ach™
    Don't forget to rate the post

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    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é

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width