|
 |
aspx_beginners thread: Calling a Java Applet from web forms
Message #1 by ganesh babu <catch_ganu@y...> on Fri, 15 Feb 2002 05:51:11 -0800 (PST)
|
|
--0-2015073774-1013781071=:94966
Content-Type: text/plain; charset=us-ascii
Dear All,
I have the following requirement.I need to display a Java applet at the runtime of an aspx page.
Instead of Java Applet,I need to know some information does we have any Microsoft related stuffs which similarly functions as an
applet.
Where can i find the information to this problem.
Thanks
Best Regards
Ganesh babu Natarajan
---------------------------------
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail
Message #2 by "Cliff Schneide" <Cliff_Schneide@n...> on Fri, 15 Feb 2002 09:21:59 -0500
|
|
Whatever the Applet is doing, you could do in asp.net... Problem, I you have a
applet but no source code, you will have to reinvent the wheel here. If you
have the source you should be able to recreate it in C# or VB.net fast.
Cliff Schneide
Web Developer
Computer Aid Inc.
Message #3 by "Minh T. Nguyen" <nguyentriminh@y...> on Fri, 15 Feb 2002 11:45:36 -0800
|
|
Cliff,
Really? I thought about it the other day. I wanted to rewrite a
chat program that I wrote in Java in ASP.NET, but I wonder what
tool/technique I should use to push information down to the client. I
mean, so far I only know controls that post back data from the client to
the server, but how can you push information down to the client without
having a socket connection (i.e., without the client initiating a
postback)? What is the .NET methodology to do server/client software?
Minh.
-----Original Message-----
From: Cliff Schneide [mailto:Cliff_Schneide@n...]
Sent: Friday, February 15, 2002 6:22 AM
To: aspx_beginners
Subject: [aspx_beginners] Re: Calling a Java Applet from web forms
Whatever the Applet is doing, you could do in asp.net... Problem, I you
have a applet but no source code, you will have to reinvent the wheel
here. If you have the source you should be able to recreate it in C# or
VB.net fast.
Cliff Schneide
Web Developer
Computer Aid Inc.
$subst('Email.Unsub').
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |