PrepAway - Latest Free Exam Questions & Answers

What are two possible solutions you could recommend?

You are designing an ASP.NET Web application.
Input controls on each page must accept right-to-left language input by default.
This setting must override any default browser settings.
You need to recommend a solution for configuring the input controls.
What are two possible solutions you could recommend?
(Each correct answer presents a complete solution. Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
On each of the input controls, add a dir attribute with the value rtl.

B.
Wrap the collection of input controls in a div element with the dir attribute value rtl.

C.
In the page code-behind, override the InitializeCulture() method and append the string -rightleft to the Page.UICulture property.

D.
In the page code-behind, override the InitializeCulture() method.
Set the thread s CurrentUICulture property to a new instance of the CultureInfo class with the name parameter set to the value of the Page.UICulture property and the useUserOverride parameter set to true.


Leave a Reply