Do web controls support inheritance of events?<BR><BR>What is the life span of an event?<BR>will it continue to work if the control has been inherited more than once?Yes, it shouldn't matter how many times the object has been inherited. The life span of an event is the same as the lifespan of the instance of the object it belongs to.