Multiple choice technology packaged enterprise solutions

What is the use of page handler in PS Framework?

  1. Server side validation

  2. Client side validation

  3. It is used to handle flow

  4. Both a & b

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In PS Framework, the page handler provides client-side validation functionality. It validates user input on the browser before submitting to the server, improving responsiveness and reducing server load. Server-side validation would happen on the backend, and flow handling is typically managed by controllers, not page handlers.