编译器错误消息: CS0123: “Haoupdate”的重载均与委托“System.Web.UI.WebControls.GridViewUpdateEventHandler”不匹配
广告:
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误消息: CS0123: “Haoupdate”的重载均与委托“System.Web.UI.WebControls.GridViewUpdateEventHandler”不匹配
源错误:
行 6: <div class="path">当前位置: 用户管理 >> 用户等级</div>
行 7: <h3>用户等级</h3>
行 8: <asp:GridView ID="GridView1" HorizontalAlign="Center" Width="98%" EnableViewState="False"
行 9: runat="server" AllowPaging="True" AutoGenerateColumns="False" OnPageIndexChanging="haopage" AllowSorting="True" OnRowDeleting="Haodel" OnRowUpdating="Haoupdate" OnRowEditing="haoedit" GridLines="None" DataKeyNames="id" CellPadding="4"
行 10: ForeColor="#333333" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" >
源文件: e:\aspnet2.0\hao_elec_all_jia\mvc_elec_jia\Mvcb2b\admin\Userjbmanage.aspx 行: 8
原因:GridViewDeleteEventArgs e 或者GridViewEditEventArgs 要改成 GridViewUpdateEventArgs 非(GridViewUpdatedEventArgs )
广告: