M.Waqas Aslam 67 Posting Pro in Training Featured Poster

i think if your column datatype is not supported to 20's , if you are using mssql server then nvarchar datatype may help .

Regards

M.Waqas Aslam 67 Posting Pro in Training Featured Poster

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