While entering personal information, First name and Last name must accept only textual (nonnumeric). What is the best validation type that you can choose in this scenario? (Choose One)
The Spouse Info section must be visible only when the Marital Status is "Married". What is the best way to implement this behavior if the changes need to be enforced at the client side? (Choose One)
When a state is selected the city field must refresh and show only the choices that are appropriate for that state, how do we do that in PRPC? (Choose One)
What is the most appropriate way to fix the alignment issue on smart layouts? For example, considering the figure below, how would you fix the Social Security Number label that is wrapped? (Choose One)
A .ProductID property must store Product ID values (e.g. P-123), but user interface control for it must allow users to pickfrom a list that displaysboth the Product IDand the Product Name (e.g. P- 123 Organic Dried Pears). Which PRPC UI control would you use for this requirement without any special customization?