sql中的问题请帮帮我 [英] problem in sql please help me

查看:86
本文介绍了sql中的问题请帮帮我的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

CS1061:''System.Web.UI.WebControls.GridViewDeletedEventArgs''不包含''RowIndex''的定义,也没有扩展方法''RowIndex''接受类型''System.Web的第一个参数。可以找到UI.WebControls.GridViewDeletedEventArgs''(你是否缺少using指令或程序集引用?)

CS1061: ''System.Web.UI.WebControls.GridViewDeletedEventArgs'' does not contain a definition for ''RowIndex'' and no extension method ''RowIndex'' accepting a first argument of type ''System.Web.UI.WebControls.GridViewDeletedEventArgs'' could be found (are you missing a using directive or an assembly reference?)

推荐答案

这与SQL无关。 ..



你有一个 GridViewDeletedEventArgs 对象,你尝试访问 RowIndex 属性,不存在。



解决方案=>调试你的应用程序,你会看到问题所在。
This has nothing to do at all with SQL...

You have a GridViewDeletedEventArgs object, of which you try to access a RowIndex property, which does not exist.

Solution => debug your application and you will see where the problem lies.


这篇关于sql中的问题请帮帮我的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆