首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

ObjectDataSource1+Repeater使用时OnItemCommand="Repeater1_ItemCommand" 执行后

2012-05-15 
ObjectDataSource1+Repeater使用时OnItemCommandRepeater1_ItemCommand 执行后数据无法刷新的问题Objec

ObjectDataSource1+Repeater使用时OnItemCommand="Repeater1_ItemCommand" 执行后数据无法刷新的问题
ObjectDataSource1+Repeater使用时OnItemCommand="Repeater1_ItemCommand" 执行后数据无法刷新的问题


大家没有的遇到过!还要使用回来

Repeater1.DataSource = dt;
Repeater1.DataBind();
这种方法



[解决办法]


ObjectDataSource1 很久没用了 

常理说,执行完数据的话 肯定要重新获取数据重新绑定的
[解决办法]
页面数据修改后要重新绑定,就是这样的
[解决办法]
执行完数据操作后,你的ObjectDataSoure1应该重新绑定数据.

热点排行