This video explains how to bind gridview on page load by from code behind.
1. Draw the gridview on the page by dragging control from Tool box
2. On Page Load, Set up a code that will fetch the data from database
3. Once we have the data then simply bind it in Gridview Control