当前位置:
代码迷
>>
ASP.NET
>> this.GridView1.DataSource 在点了旋钮后被清空NULL了`
详细解决方案
this.GridView1.DataSource 在点了旋钮后被清空NULL了`
热度:
2011
发布时间:
2013-02-25 00:00:00.0
this.GridView1.DataSource 在点了按钮后被清空NULL了```
如题,要如何设置,在其他按钮中需要调用这个GRIDVIEW的数据源``````望指导````
------解决方案--------------------------------------------------------
内容不太多的话,可以存在ViewState里:ViewState["数据源"]=数据源;
或者把查询数据库填充数据表的代码写到一个方法里,重用它。
查看全文
相关解决方案
struts2 对象属性流入不进去, 报错:target is null for setProperty(null, "x" [Ljava.lang.Stri
SSH有关问题,There is no Action 地图ped for action name null
!使用JDNI时,报 Cannot create JDBC driver of class '' for connect URL 'null'
java.sql.SQLException: The url cannot be null 谋求帮助
null id in com.bsw.gms.hibernate.pojo.Score entry (don't flush the Session after an exception occurs,该怎么解决
急紧急十分紧急JSP,「focus="<%= JspUtil.getFirstProperty(request, null) %>」哪位高手给解释上这句话的作用?一有答案立即结帖
ognl.OgnlException: target is null for setProperty,该怎么解决
关于异常:attempt to create delete event with null entity
log4j:ERROR setFile(null,false) call failed.解决方法
'null' 为空或不是对象?该怎么处理
org.hibernate.PropertyAccessException: Null value was assigned to a property of解决办法
org.apache.jasper.JasperException: java.lang.NumberFormatException: null,该怎么解决
null == a 跟 a == null 的区别
org.apache.jasper.JasperException: java.lang.NumberFormatException: null,该如何解决
poi生成excel表中显示"null"的格子如何修改成显示空白
GetStringUTFChars(env,str,NULL)返回值的操作有关问题
SSH做添加的过程中出现了错误javax.servlet.ServletException: not-null property references a nu
null!= xxx 跟 xxx!=null有什么区别
null 跟 “” 有什么区别
下传组件老说PostedFile = null
行15: 没法获取属性“appendChild”的值: 对象为 null 或未定义
cid = (string.IsNullOrEmpty(typeId) ? null : ( Convert.ToInt32( typeId)) ) 有解决方案
存储过程调用 is not null 判断不成功解决思路
MVC3.0 Model主外键关联有关问题 设置foreignkey后取不到数据,null
外网,访问数据库揭示 用户'(null)' 登录失败。原因: 未与信任 SQL Server 连接相关联
this.GridView1.DataSource 在点了旋钮后被清空NULL了`
异常: 无法获取属性“innerHTML”的值: 对象为 null 或未定义,这个如何解决,代码如上
GridView1.Rows.Count解决方法
求答案 GridView1.Rows.Count 一直等于0解决思路
页面中有多个Repeater控件,后台分别Repeater.DataSource=XXX,怎样提高访问速度?解决方案