Big Question - Please Read

  • Thread starter Thread starter James Zhuo
  • Start date Start date
J

James Zhuo

Hi all

I was wondering if there is a way in ASP.NET to make things similar to java
applets
for example, if i want to make a chat application for a ASP.NET website
what can i use to enable realtime chat sessions??

cheers

J
 
Hi James:

ASP.NET has nothing to do with Java Applets, which are clientside stuff and the former is serverside.

But you can have a custom .NET Windows Forms Control to achieve this trick and expose this Windows Forms Control as an ActiveX Control from <OBJECT> tag.

The client browser system need to have .NET runtime to have this control running.


--
================================
Deepak Kumar Vasudevan
CS Software Solutions

Phones: +91-44-2819-1336 thru 38
91-98400-26014
www.cssolutionsinc.com


Personal URL: http://deepak.portland.co.uk/
Mailbox Protected by SpamPal (http://www.spampal.org.uk/)
================================
Hi all

I was wondering if there is a way in ASP.NET to make things similar to java
applets
for example, if i want to make a chat application for a ASP.NET website
what can i use to enable realtime chat sessions??

cheers

J
 
Back
Top