当前位置: 代码迷 >> ASP.NET >> 百思不得其解:Microsoft JScript 运行时异常: 缺少对象
  详细解决方案

百思不得其解:Microsoft JScript 运行时异常: 缺少对象

热度:8789   发布时间:2013-02-25 00:00:00.0
百思不得其解:Microsoft JScript 运行时错误: 缺少对象
我给gridview增加了一个编辑和删除列,一点编辑就出现了这个错误。
要怎么解决?

 <asp:GridView ID="gdClerkInfo" runat="server" Width="100%"   
                ItemStyle-CssClass=".styleFont" CellPadding="4" ForeColor="#333333" 
                GridLines="None" onrowcommand="gdClerkInfo_RowCommand" 
                onrowdatabound="gdClerkInfo_RowDataBound" onrowdeleted="gdClerkInfo_RowDeleted" 
                onrowdeleting="gdClerkInfo_RowDeleting" onrowediting="gdClerkInfo_RowEditing">
            <AlternatingRowStyle BackColor="White" />
         <asp:CommandField HeaderText="编辑" ShowEditButton="True"/>
         <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
     </Columns> 
        </asp:GridView>

------最佳解决方案--------------------------------------------------------
调试代码,你这几行看不出东西,点击后是否出发了cs代码,断点调试
------其他解决方案--------------------------------------------------------
问题是我没写CS代码啊。。。
------其他解决方案--------------------------------------------------------
null
  相关解决方案