I have a SQL DB with 2 columns , both with date format values. I wan to get the data from sql then set up the webdatepicker with the data of SQL.
So, I mean if I have a dates 06/06/2010 and 07/06/2010 inside my DB, when I load the web form I want to set up my webdatepicker with the data of sql, so that will be shown in this way
start date(webdatepicker1) end date(webdatepicker2)
06/06/2010 07/06/2010
What exactly is the problem? With getting the data or showing it? There are many ways to get the data. After you get it assign the values to the "Value" property of the date picker.