Dynamic socket connection in asp.net

  • Thread starter Thread starter Adam Smith
  • Start date Start date
A

Adam Smith

Hello. I'd like to build a stock quotes application that will
dynamically post quotes, similar to the way in which a java applet would
by opening a socket connection back to the server.

Is there any way to do this in asp.net?

Thanks in advance.

Adam Smith.
 
First, Nothing stops you from embeding Java applet in aspx page. Also there's a way to host .NET Winforms in their browser, look into that. It requieres .NET framework to be installed on clients' PCs.
 

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

Back
Top