Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'ASP.customer_aspx' does not contain a definition for 'GridView2_SelectedIndexChanged1' and no extension method 'GridView2_SelectedIndexChanged1' accepting a first argument of type 'ASP.customer_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 27: <br />
Line 28: </strong>
Line 29: <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False"
Line 30: DataSourceID="SqlDataSource1" style="background-color: #C0C0C0"
Line 31: onselectedindexchanged="GridView2_SelectedIndexChanged1">