Detail View
-
Hi I have a GridView and Detail View in my linqform.aspx page. When I run it it gives me following error. Compiler Error Message: CS1061: 'ASP.linqform_aspx' does not contain a definition for 'DetailsView1_ItemUpdated' and no extension method 'DetailsView1_ItemUpdated' accepting a first argument of type 'ASP.linqform_aspx' could be found (are you missing a using directive or an assembly reference?) ; ; <asp:BoundField DataField="Description" HeaderText="Description" SortExpression="Description" />;
-
Hi I have a GridView and Detail View in my linqform.aspx page. When I run it it gives me following error. Compiler Error Message: CS1061: 'ASP.linqform_aspx' does not contain a definition for 'DetailsView1_ItemUpdated' and no extension method 'DetailsView1_ItemUpdated' accepting a first argument of type 'ASP.linqform_aspx' could be found (are you missing a using directive or an assembly reference?) ; ; <asp:BoundField DataField="Description" HeaderText="Description" SortExpression="Description" />;
Make sure u write code for DetailsView1_ItemUpdated in cs file .