Home All Groups Group Topic Archive Search About

Client-side web control/.NET based Java applets possible?

Author
14 Jul 2006 10:49 PM
Boris
Is there a way to develop a client-side web control based on the .NET
framework and running in a browser (embedded in a web page)? As far as I
understand ASP.NET web controls are all server-side?

I'm trying to switch from Java to some .NET technology while preserving the
advantages of Java applets. I only found some web pages about Microsoft J#
Browser Controls. However it looks like you can only use them while
migrating from Java but not when creating a brand new client-side web
control. You also seem to be stuck in J#. Is there nothing comparable to
Java applets in .NET?

Boris

Author
15 Jul 2006 8:48 AM
Alessandro Zifiglio
hi Boris, You can host .net WinForms controls in IE. It'd be just like your
java applet, just know that this will only run in IE. The following article
on msdn might give you a good idea :
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/

or google :
http://www.google.com/search?hl=en&lr=&q=hosting+winforms+IE

Regards,
Alessandro Zifiglio
http://www.AsyncUI.net

Show quoteHide quote
"Boris" <bo***@gtemail.net> ha scritto nel messaggio
news:eokLAf5pGHA.4368@TK2MSFTNGP05.phx.gbl...
> Is there a way to develop a client-side web control based on the .NET
> framework and running in a browser (embedded in a web page)? As far as I
> understand ASP.NET web controls are all server-side?
>
> I'm trying to switch from Java to some .NET technology while preserving
> the advantages of Java applets. I only found some web pages about
> Microsoft J# Browser Controls. However it looks like you can only use them
> while migrating from Java but not when creating a brand new client-side
> web control. You also seem to be stuck in J#. Is there nothing comparable
> to Java applets in .NET?
>
> Boris
>