A In your code, add a test for Request.Browser.IsMobileDevice, and then set the Text
property accordingly.
B In your code, call the IsDevice method on the mobile Web form and pass the Device.
Mobile enumeration value, and then set the Text property accordingly.
C Read the UserAgent property on the Request object, and if the UserAgent is equal
to mobile, set the Text property accordingly.
D Set the default Text value, and then defi ne a mobile device in the AppliedDevice-
Filters, and use this to set the Text property using the PropertyOverrides property
of the mobile Label control.