毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> net技术 >> 正文

无法绑定由多个部分组成的标识符

更新时间:2015-12-18:  来源:毕业论文
private void roomInfoDataGridView_CellClick(object sender, DataGridViewCellEventArgs e)
        {
            SetEnable();
            roomId = Convert.ToInt32(this.roomInfoDataGridView.Rows[e.RowIndex].Cells["dataGridViewTextBoxColumn1"].Value).ToString();
            room = RoomInfoManage.GetRoomByRoomId(Convert.ToInt32(roomId));
            roomType = RoomTypeManage.GetRoomTypeByTypeID(room.TypeID);
            this.Number.Text = room.Number.Trim();
            this.GuestNumber.Text = Convert.ToString(room.GuestNumber);
            this.BedNumber.Text = Convert.ToString(room.BedNumber);
            this.State.Text = room.State.Trim();
            this.Description.Text = room.Description;
            this.TypeName.Text = roomType.TypeName.Trim();
            this.Price.Text = Convert.ToDecimal(roomType.TypePrice).ToString();
        }
这是单击datagridview的代码。。运行时没有错误,可是运行时只要点到单元格就会显示无法绑定由多个部分组成的标识符
应该是sql语句有问题,比如有同名字段同时存在两个表中,你没有指定是哪个表的,你还是把涉及到的sql打印出来看看吧
可以断定 GridView绑定的SQL语句,里面没有某个字段,所有点击GridView的时候,取不到这个字段,建议打断点跟踪下程序.
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。