Can anyone tell me how to pass a program parameters and have it display the
results? Example: Using C#, I want to click submit and pass in a parameter
from the page to MyApp.exe. MyApp.exe will return the appropriate HTML
that needs to be displayed on my webform.aspx. Any thoughts?