You will see on this page 2 separate Silverlight controls; one represents the conversation terminal used by the end user and
the other represents the Help Desk support interaction screen. They are placed on the same page in this demo so that you may
view the screen on the other end of the chat session. The End User posts a message to an asmx web service then the Admin
interface polls these messages using a timer and displays them to the Help Desk Support Staff. In production both controls
could be on 2 different servers and the client could be using the “Client Interface” over the web from a country other than the
Customer Help Staff who would be looking at the “Admin Interface”. The interfaces do not connect directly to each other
rather each one posts and retrieves the data from a webservice that is exposed over the web.
To use it: type in the client interface a name and a message, it will appear in the Admin Interface box because I have setup a timer in
the admin interface that polls the chat users and their messages from an asmx web service. Repeat this process several times.
In the Admin Interface, select a user you wish to respond to from the list of users, then select the message you want to respond to,
type a response and click send.
Return back to the Client Interface, type in a name of the user names you have entered, wait for a second, a timer will fire up
and poll your conversation from the webservice. You then see the conversation for that user.
Notice that the Silverlight ListBox control template has 4 columns for the TimeOfQuestion, Question, TimeOfResponse, and the Response