Multiple choice

Which of the following is not applicable for IPostBackEventHandler interface in web controls?

  1. This interface is used to transfer the events that are generated from the client side to the server.

  2. It is used to update its state or raise events on the server after examining the postback data.

  3. IPostBackEventHandler interface can transfer the postback events.

  4. This interface can control the postback event.

  5. This interface controls the procedures.

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

It does not control the procedures.