Hello,
I need some ideas on how to accomplish this task that I have taken on. I need a way to run a vb.net application on a local pc from an internal webpage and then return the results of that locally ran application to the very same webpage it was launched from. If that is unclear maybe this will help:
1) User clicks a button on a webpage
2) Through some magic my vb.net application is launched and executed locally <- My .net app is trusted and can be ran from a share but I am still having all kinds of problems here.
3) Upon vb.net app completion, a bunch is written to my SQL database
4) The same webpage queries SQL database and returns results
I would like to take advantage of the AJAX Update panel control to eliminate a complete page postback due to the large amount of other frap that will allready be present. Can an update panel execute a vb.net app then simply do a database query and return resluts? If so, how do I set this up? If there is a better way to do this I am all ears.
Thanks in advance
I need some ideas on how to accomplish this task that I have taken on. I need a way to run a vb.net application on a local pc from an internal webpage and then return the results of that locally ran application to the very same webpage it was launched from. If that is unclear maybe this will help:
1) User clicks a button on a webpage
2) Through some magic my vb.net application is launched and executed locally <- My .net app is trusted and can be ran from a share but I am still having all kinds of problems here.
3) Upon vb.net app completion, a bunch is written to my SQL database
4) The same webpage queries SQL database and returns results
I would like to take advantage of the AJAX Update panel control to eliminate a complete page postback due to the large amount of other frap that will allready be present. Can an update panel execute a vb.net app then simply do a database query and return resluts? If so, how do I set this up? If there is a better way to do this I am all ears.
Thanks in advance
Last edited: