Hi everyone. I've looked around and haven't seen this question, so here goes.
I have a small app where I'm collecting an Account Number on a VB form as input by the user. For several reasons, I'd like to pass the result of proccing the account number - 1 page only - as an ASP page in the Microsoft Browser Control. I run a stored procedure with the Account Number as an input parameter which returns several recordsets to the ASP page, then populate the page with the results. Right now I'm using a 2nd .asp page to collect the Account Number and passing the Account Number to the page I want to keep for processing and output.
How can I replace that 2nd .asp page with my VB form, and still pass the Account number to the processing .asp page when I call it from VB?
Any ideas would be greatly appreciated. Thanks!
I have a small app where I'm collecting an Account Number on a VB form as input by the user. For several reasons, I'd like to pass the result of proccing the account number - 1 page only - as an ASP page in the Microsoft Browser Control. I run a stored procedure with the Account Number as an input parameter which returns several recordsets to the ASP page, then populate the page with the results. Right now I'm using a 2nd .asp page to collect the Account Number and passing the Account Number to the page I want to keep for processing and output.
How can I replace that 2nd .asp page with my VB form, and still pass the Account number to the processing .asp page when I call it from VB?
Any ideas would be greatly appreciated. Thanks!