Hi people, I have created a CompositeControl that implements the ICallbackEventHandler interface and uses the RaiseCallbackEvent method for receiving data from client side and this value is stored in a public property and a public event is raised to inform the page that the control has a new value. In...