VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 666|回复: 4

DataGrid 綁定了數據集問題...同志們幫忙

[复制链接]

2

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
发表于 2020-2-1 14:20:02 | 显示全部楼层 |阅读模式
DataGrid 綁定了數據集,文本框也綁定了相同的數據集,但在DataGrid移動時,

文本框的數據為什麼不跟著DataGrid的數據變動?

同志們,說一下我該怎麼綁定啊....


private void BindText()
{
//this.txtBH .DataBindings.Add    ("Text",this.bsEmployee1,"employee.bh");
                        this.txtBH.DataBindings.Add(new Binding("TEXT",bsEmployee1 ,"employee.bh"));


                        this.txtBM        .DataBindings.Add    ("Text",this.bsEmployee1,"employee.bm");
                        this.txtJIANZHAO.DataBindings.Add    ("Text",this.bsEmployee1,"employee.jianzhao");
                        this.txtPHOTO.DataBindings.Add    ("Text",this.bsEmployee1,"employee.photo");
                        this.txtXM.DataBindings.Add    ("Text",this.bsEmployee1,"employee.xm");
                        this.txtZW.DataBindings.Add    ("Text",this.bsEmployee1,"employee.zw");
                        this.dtpBDR.DataBindings.Add    ("Text",this.bsEmployee1,"employee.bdr");

                }
                private void frm_Main_Load(object sender, System.EventArgs e)
                {
                  this.EmpSqlcmd.Fill(this.bsEmployee1.employee);                          
          BindText();       
                  SetDataComponentState(true);


                }

上面這代碼,還有哪個地方要加一點什麼啊....




回复

使用道具 举报

0

主题

64

帖子

45.00

积分

新手上路

Rank: 1

积分
45.00
发表于 2020-3-14 01:00:01 | 显示全部楼层
繁体看着好累,你是怎么移动的,是放到了 DIV  中吗
回复

使用道具 举报

0

主题

52

帖子

34.00

积分

新手上路

Rank: 1

积分
34.00
发表于 2020-3-14 08:15:02 | 显示全部楼层
如果想实现你所说的效果
使用BindingManagerBase类
回复

使用道具 举报

2

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
 楼主| 发表于 2020-3-19 10:15:01 | 显示全部楼层
上面這位大哥,能舉個例子嗎?


繁体看着好累,你是怎么移动的,是放到了 DIV  中吗?

是的.

謝謝你們.


回复

使用道具 举报

0

主题

110

帖子

63.00

积分

新手上路

Rank: 1

积分
63.00
发表于 2020-3-20 10:45:01 | 显示全部楼层
干嘛要绑定TextBox呢?

当DataGrid选中行发生变化时,将DataGrid当前行的记录值直接取到几个TextBox中不就行了?

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表