i m new to Date picker control in vb.i m connecting vb with sql server 2005.
i want that
i should select a date from date picker and put a sql query using that date in VB.
i.e. "select paycode from Table_name where date=' " &dtpicker1.valu e " '
how i should do this.so that relevent records get displayed in MSHFlexgrid control