hi friends,i am developing a windows application on c#...in that i have a combobox with month names i.e in string format..if i select a month in combobox records of that month should be displayed in a datagird...can anyone tell me the db query...
thanks
Loading
RujutaPosted Feb 19, 2010, 10:50 PM
Bind the datagrid on combobox selection change event, and in the query use where month=combobox's selected string.....