Click here to Skip to main content
15,898,374 members

Comments by Chetan Saini (Top 9 by date)

Chetan Saini 5-Sep-14 21:32pm View    
Tradit dash i think dcombo is the name of column only.
Chetan Saini 5-Sep-14 6:50am View    
DataGridViewComboBoxColumn dcombo;
dcombo.DataSource=db.getBuses();
dcombo.DisplayMember = "BusId";
dcombo.ValueMember = "Id";
Chetan Saini 30-Aug-14 0:33am View    
ahmmm sorry cpu means a single machine.
Chetan Saini 26-Jun-14 4:03am View    
problem with above solution i had done all the form filling coding in my constructor and changing code and can be problematic.
Chetan Saini 26-Jun-14 4:00am View    
above function is common for all the forms, and control feeling is different for all the forms.