.net remoting and object invocation
Hi all,
I am a beginer in .net and i hav to implement a chat program [ web application, not standalone] and i have implemented public chat, but in private chat if a user send a mesage to another, i wanna pop up a window in the second user's computer [ like all other chat servers]. How can i invoke a remote object from server [ to pop up a window in client system from web server ]?
please advice.
Thanks to all.
Ali
Jason ShortPosted Apr 24, 2007, 5:27 AM
ASP.NET has no concept of popup windows.
You would have to write this as a javascript class that you push down to the client.
So you would performing a client side popup window with something sent from the server. Look at the ATLAS previews for some of the stuff they do. They have a nice way of presenting a callout window without it really being a popup.