BindGrid() 使用什么名称空间??

时间:2021-11-23 20:48:20
BindGrid()  使用什么名称空间??

我在使用BindGrid()时候,报错,提示没有BindGrid()

6 个解决方案

#1


BindGrid()应该是自己定义的**方法


public void BindGrid()
{
    **;
}

#2


对阿,那时自己写的方法阿 ,找不到命名空间的

#3


那是自己写的方法

#4


BindGrid()转到定义。。。

#5


不是自己写的方法

public void MyDataGrid_Edit(object sender,DataGridCommandEventArgs e)
{
   MyDataGrid.EditItemIndex=(int)e.Item.ItemIndex;
   BindGrid();
}
上面是一个DataGrid编辑事件,需要用到BindGrid(),不知道这个BindGrid();从哪里来的?

#6


DataGrid不能更新,为什么〉〉

#1


BindGrid()应该是自己定义的**方法


public void BindGrid()
{
    **;
}

#2


对阿,那时自己写的方法阿 ,找不到命名空间的

#3


那是自己写的方法

#4


BindGrid()转到定义。。。

#5


不是自己写的方法

public void MyDataGrid_Edit(object sender,DataGridCommandEventArgs e)
{
   MyDataGrid.EditItemIndex=(int)e.Item.ItemIndex;
   BindGrid();
}
上面是一个DataGrid编辑事件,需要用到BindGrid(),不知道这个BindGrid();从哪里来的?

#6


DataGrid不能更新,为什么〉〉