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

Re: C# Winform invocation from Classic ASP page by Thiago

Thiago
Wed Jun 18 13:13:24 CDT 2008

On Jun 16, 10:04 am, amolpprad...@gmail.com wrote:
> 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..