C# Winform invocation from Classic ASP page

A

amolppradhan

Hi,

I have an appilcation which is using C# Winform and classic ASP.

Child form only migrated to C# from classic ASP.

Hence need to invoke C# winform (child form) from legacy classic ASP
form (parent form). Also return values from Child form (C# winform) to
Parent form (classic ASP).

How can this be achieved OR do I need to migrate parent form (ASP) to
C# winform as well?.

Please reply back with help/pointers.

Thanks
Amol
 
T

Thiago Macedo

Hi,

I have an appilcation which is using C# Winform and classic ASP.

Child form only migrated to C# from classic ASP.

Hence need to invoke C# winform (child form) from legacy classic ASP
form (parent form). Also return values from Child form (C# winform) to
Parent form (classic ASP).

How can this be achieved OR do I need to migrate parent form (ASP) to
C# winform as well?.

Please reply back with help/pointers.

Thanks
Amol

Hi..

hum.. just hinting:
i think you could call the winform by callign it as a *smart
client*..
the call back could be done by sending parameters with GET. but I
don't know how could the opener browser be redirected by the form..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top