Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
set up webdatepicker with the date value of SQL DB
posted

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

Parents
No Data
Reply
  • 17259
    Offline posted

    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.

Children
No Data