How to open a window form ?

paulnamroud

Member
Joined
Nov 1, 2006
Messages
5
Programming Experience
5-10
Hi all,

I have a main application developped with VB.net. And the dashboard is developped with asp.net.

From the dashboard i would like to click and get the detail information by opening the VB.net window form.

Can anymone tell me how to open a window form from asp.net page and send some parameters ?

I need to open it either by clicking on a button or by clicking an hyperlink.

Thank you

Paul
 
Last edited:
You could create a hyperlink that fires some javascript to call window.open with a url containing GET parameters.
 
Back
Top