Status Line

Mobile browsers do not provide a status line that can be written to. To present the information that is sent from the host, which is typically displayed in the status line, a new drop-down list control has been added to default.aspx. The list control is positioned at the top of the form, and any status/error messages sent by the AB Suite Runtime is added to the list, so the user can immediately refer to the messages at the top of the form. If there are more than one message (for example, multiple errors on the form), the list can be expanded to view them.

Note: When a session connects to the ASP.NET application from a desktop browser, the drop-down list is hidden, since it is not required in that mode.