Click here to Skip to main content
15,909,373 members

Comments by sachees123 (Top 18 by date)

sachees123 17-Nov-15 5:59am View    
I did search that too, but didn't get any help.. plz lemme know if u find any
sachees123 5-Feb-15 2:11am View    
gr8, thanks
sachees123 25-Aug-14 7:38am View    
getting date is not a problem, but getting it displayed in datetime control is a BIG problem. Also there are many other fields in query.
sachees123 1-Aug-14 4:37am View    
Ok, thanks once again
sachees123 1-Aug-14 4:08am View    
this is the error I get while compiling
Error 24 Argument 1: cannot convert from 'System.Windows.Forms.ComboBox' to 'System.Windows.Controls.ComboBox'

when my method is
public void BindComboBoxDataContext1(ComboBox comboBox, DataTable dtDataContext, string displayMemberPath)

now what is did is change method to:
internal void BindComboBoxDataContext(System.Windows.Forms.ComboBox cmbSession, DataTable dt, string p)

and it works. I hope you got my point/question