Multiple choice technology web technology

Which of the following can't be done with Smartclient

  1. Validating a form

  2. Sending a form's contents by email

  3. Storing the form's contents to a database file on the server

  4. None of the above

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

SmartClient cannot directly store form contents to a database file on the server. It validates forms and can send data via HTTP, but server-side storage requires additional backend logic - SmartClient is client-side only.