What is the sequence of events firing off in asp.net Gridview control?
问题 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: protected void GridView1_Load(object sender, EventArgs e) {