Binds the specified data source to the System.Web.UI.WebControls.GridView control.
- data
- An IEnumerable that contains the data source.
The GridView.PerformDataBinding(IEnumerable) method is a helper method called by the System.Web.UI.WebControls.GridView control to bind the specified data source to the control.