CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    Salt Lake City, UT
    Posts
    135

    How to pass a variable or parameter from VB to webpage (active server page)

    I would like to be able to get a variable (an identity key pulled from a database and used in the VB app) and pass it to a webpage.
    Is it possible to pass a variable betwen these two? If so, How?

    Thanks for your help!!

    ~goddess
    [email protected]
    "There are no stupid questions, but there are a lot of inquisitive idiots."

  2. #2
    Join Date
    Aug 2001
    Location
    MD
    Posts
    5

    Re: How to pass a variable or parameter from VB to webpage (active server page)

    You will need to create a COM Object. I would create a DLL and write functions inside that dll to access the database and return some values that you need..
    Is this what you're looking for?


  3. #3
    Join Date
    Apr 2001
    Location
    Salt Lake City, UT
    Posts
    135

    Re: How to pass a variable or parameter from VB to webpage (active server page)

    I think so, except I have no idea how to create a DLL. I was hoping for a simpler solution, but it sounds like I'm going to have to go back to the books for this one.

    Thanks for your advice though.

    ~goddess
    [email protected]
    "There are no stupid questions, but there are a lot of inquisitive idiots."

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

Featured