Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Scenario:There is an aspx page with TextBox(AutoPostBack = false) and a Button.
When I click the button, events get fired in following order

1. TextBox TextChanged
2. Button Click
3. OnBubbleEvent of Page

Question: What is the use of OnBubbleEvent? I mean in this scenario with cached events, how can we use OnBubbleEvent in real life application?

What I have tried:

I tried to read about Bubbling in ASP.Net, but everywhere it was about controls like Gridview, Repeater etc. I don't understand how this event will be useful in cached event.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900