lee J

lee J

  • NA
  • 23
  • 0

ASP.NET Page using Sockets

Sep 8 2005 10:27 AM
Hi, i have written a web page and connected to a vc++ program using sockets, i can connect ok and send and
recieve data, but whenever i click a button on the page the page reloads and i have to reconnect the socket, is
there anyway of keeping the socket variable connected when the page reloads ??

also, i would like to make some changes to the web page when data is read in via the socket, just for now 
i would like to say change the background colour to say red if "red" is recieved. the socket code is in the .aspx.cs file, 
i can change the background colour in the code but the colour on the page doesnt change ??

Thanks

Lee