欢迎光临
我们一直在努力

暂时性的解决datagrid控件数据绑定时候xxx字段不属于xxx表的错误-.NET教程,数据库应用

建站超值云服务器,限时71元/月

 

using system;
using system.collections;
using system.componentmodel;
using system.drawing;
using system.data;
using system.windows.forms;

namespace device.forms.ui.grids
{
 /// <summary>
 /// newdatagrid 的摘要说明。
 /// </summary>
 public class newdatagrid : datagrid
 {
  /// <summary>
  /// 必需的设计器变量。
  /// </summary>
  private system.componentmodel.container components = null;

  public newdatagrid()
  {
   // 该调用是 windows.forms 窗体设计器所必需的。
   initializecomponent();

   // todo: 在 initializecomponent 调用后添加任何初始化

  }

  /// <summary>
  /// 清理所有正在使用的资源。
  /// </summary>
  protected override void dispose( bool disposing )
  {
   if( disposing )
   {
    if(components != null)
    {
     components.dispose();
    }
   }
   base.dispose( disposing );
  }

  #region 组件设计器生成的代码
  /// <summary>
  /// 设计器支持所需的方法 – 不要使用代码编辑器
  /// 修改此方法的内容。
  /// </summary>
  private void initializecomponent()
  {
   //
   // newdatagrid
   //
   this.name = “newdatagrid”;
   //this.load += new system.eventhandler(this.newdatagrid_load);

  }
  #endregion

  

  protected override void onenter(eventargs e) {
   try{
    base.onenter(e);
   }
   catch{
    return;
   }
  }

 }
}

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 暂时性的解决datagrid控件数据绑定时候xxx字段不属于xxx表的错误-.NET教程,数据库应用
分享到: 更多 (0)