Hi
I have combobox column in datagridview.I have loaded a particular database table column value into it from my mysql database.
The combobox in all the rows is filled with my database value successfully.Bu t i am unable to select values from it.
And my second problem is I am unable to retrieve the penultimate row values in datagridview before the new row which is automatically generated.The error for it is nullpointerexce ption. But i have values in that row.
Help me...
Thanks in advance.
I have combobox column in datagridview.I have loaded a particular database table column value into it from my mysql database.
The combobox in all the rows is filled with my database value successfully.Bu t i am unable to select values from it.
And my second problem is I am unable to retrieve the penultimate row values in datagridview before the new row which is automatically generated.The error for it is nullpointerexce ption. But i have values in that row.
Help me...
Thanks in advance.
Comment