Dear All, Today i encountered an uncommand dataGridViewDefaultError while working with dataGridView C#.net WindowsApplication, trying to get data from MySQL table 'proc'. I can handle the dataGridView.dataError with DataGridViewDataErrorEventArgs but the fields of the column name like param_list, returns, body and body_utf shows only a red x icon. i tried getting the DGV data from both Dataset and DataTable. Example field data in param_list are like 'v_mlc_reg_num varchar(20),V_LANG_CD int,v_to varchar(5)'. If anyone have any idea/solution about this please share. Thank you.
imyu walling