Windows form application exception

前端 未结 3 421
眼角桃花
眼角桃花 2020-12-19 05:57

I get application exception

   at System.Windows.Forms.CurrencyManager.get_Item(Int32 index)
   at System.Windows.Forms.CurrencyManager.get_Current()
   at S         


        
3条回答
  •  庸人自扰
    2020-12-19 06:36

    After lots of effort i have solved this issue. Bind your DataGridView When you have some data in the Data Source either it would be a list or DataTable.

提交回复
热议问题