compile time error in asp.net -


am running asp.net application.i try build sample site using gridview.i got compilation error below,

cs1061: 'asp.gridedit_aspx' not contain definition 'gridview1_rowupdated' , no extension method 'gridview1_rowupdated' accepting first argument of type 'asp.gridedit_aspx' found (are missing using directive or assembly reference?)  line 13:         <asp:gridview id="gridview1" runat="server" datakeynames="id"  line 14:               autogeneratecolumns="false"  line 15:               datasourceid="sqldatasource1"  

you have gridview1_rowupdated event handler declared in page markup, code behind not contain such function.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -