i think if your column datatype is not supported to 20's , if you are using mssql server then nvarchar datatype may help .
Regards
i think if your column datatype is not supported to 20's , if you are using mssql server then nvarchar datatype may help .
Regards
as guru iyer said try to call the grdLoad method on the combobox selected index changed event and add connection to the sqldataadapter like this
SqlDataAdapter sqlDataAdap = new SqlDataAdapter(sqlCmd,con);
Regards