You are designing an ASP.NET web application that allows end users to chat live with
customer support when they click a Button control. At times, it might take several
minutes for customer support to respond to a user. You need to design the applicationto be responsive to users, even when customer support cannot immediately reply.

You need to support a wide variety of browsers, including browsers built into mobile
devices.

Which approach should you recommend?

 Posted by Rajkatie on 10/31/2012 | Category: ASP.NET Interview questions | Views: 4813 | Points: 40
Select from following answers:
  1. In the Button.Click event handler, return a webpage that contains a real-time chat client implemented by using Flash. Configure the Silverlight client to communicate directly with customer support
  2. In the Button.Click event handler, return a webpage that contains a real-time chat Client implemented by using Silverlight. Configure the Silverlight client to communicate Directly with customer support.
  3. In the Button.Click event handler, connect to the customer support chat client. Add the response to the webpage
  4. All Above

Show Correct Answer


Source: Microsoft | | Alert Moderator 

Comments or Responses

Login to post response