I am trying to allow the user to view a webpage using the internet explorer component. The web page is created using asp and gets information from a database. Is there any way to get these values in the stand alone program and then pass them to a web page?
For example:
I read A from a database in my program. I then want the web page to display X if A = true or Y if false where X and Y are chosen by an if statement in the same webpage.
Note: It is imperative that there be one webpage. I can't split X and Y
