102.

You are creating a Web Form for ACME’s human resources department. You create a Web user
control named Employee that allows the user to edit employee information. Each instance of the control
on your Web Form will contain information about a different employee.
You place the Employee control on the Web Form and name the control AX1. You also add the
Employee control to the ItemTemplate of a Repeater control named repeaterEmployees.
Each Employee control in repeaterEmployees contains several TextBox controls. You want your Web
Form to handle TextChanged events that are raised by these TextBox controls.
Which event handler should you use?

Repeater..::.ItemDataBound Event

Occurs after an item in the Repeater control is data-bound but before it is rendered on the page.