What do you call the event when binding was finished?
Example: 1. An SqlDataSource named SqlDataSource1 is present on the page. 2. A GridView named GridView1 is also present; its DataSource is the SqlDataSource1.
Now, I want to run some codes right after populating GridView1.
Thanks in advance!