A Tab control with many tabs. each of then loaded dynamically from different user control.
One of then have a gridview. With this gridview, there is a ButtonField in the template.
Everytime, when clikced on this ButtonField button, its cause all other tab's content lost and become blank.
Then I want to trap the event for this ButtonField, I can't trap it. It looks like when click on this button, only cause post back at host aspx page, not even load the user control containing the gridview!
How to trap the event and find out the reason?