In ASP.NET what is the return value or type of the event OnBubbleEvent.When does this event namely OnBubbleEvent gets fired.
In ASP.NET what is the return value or type of the event OnBubbleEvent.When does this event namely OnBubbleEvent gets fired.
The OnBubbleEvent gets fired when an event is bubbled up to a control. This event returns a Boolean value of True of False.