I use GridViews pretty often and sometimes I get confused to where to put certain code. What is the sequence that events are fired off including all page events?
Edited:
I really am also trying to understand what happens between the page and the Gridview. Do the events ever cross? Or do all page events occur at once then all Gridview events occur? And not just GridViews, any control – but mostly page and GridView interaction.
1 Answer