2个回答
2013-05-18
展开全部
private void dgvBlackList_CellClick(object sender, DataGridViewCellEventArgs e)这个事件。。。string action = dgvBlackList.Columns[e.ColumnIndex].Name;//操作类型
string tagId = dgvBlackList.CurrentRow.Cells[0].Value.ToString();
string strsql = "";
int rest = 0;
switch (action)
{
case "btnUpdate":
//获取相应列的数据ID,弹出加载了该ID数据详细信息的Form,用以修改 string id = dgvBlackList.CurrentRow.Cells[0].Value.ToString(); string name = dgvBlackList.CurrentRow.Cells[1].Value.ToString(); string strsql = "update blacklist set id="+id+",name='"+name+"'"; ..........略。。。。 break;
string tagId = dgvBlackList.CurrentRow.Cells[0].Value.ToString();
string strsql = "";
int rest = 0;
switch (action)
{
case "btnUpdate":
//获取相应列的数据ID,弹出加载了该ID数据详细信息的Form,用以修改 string id = dgvBlackList.CurrentRow.Cells[0].Value.ToString(); string name = dgvBlackList.CurrentRow.Cells[1].Value.ToString(); string strsql = "update blacklist set id="+id+",name='"+name+"'"; ..........略。。。。 break;
2013-05-18
展开全部
属性那里 ,哪个给固定了,我是不清楚哪个属性了,你好好找一下 true false
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询