Here we will complete the next step of DataBinding using the DataSource property of GridView control. We will use VB.Net for each loop over the rows of GridView control after databinding. VB.Net for each loop will allow using the FindControl method to get the reference of DropDownList control placed inside the ItemTemplate of GridView Control.
