I need to display time span times from the database, based on the day selected.
Are there are any samples do the same?
For example, i have batch runs happens 3/9/2009 9 AM, 3/9/2009 11 AM, 3/9/2009 3PM, 3/9/2009 4PM, 3/9/2009 xy time.
Based on the user selected date 3/9/2009, I need to display batch execution times for that 3/9/2009, in time picker time span or some drop down.. Once user selects the time (say 3 PM), I need to bind this to database (3/9/2009 3 PM) and pass this value to generate a report...
Any ideas or sample code greatly appreciated..
Are there are any samples do the same?
For example, i have batch runs happens 3/9/2009 9 AM, 3/9/2009 11 AM, 3/9/2009 3PM, 3/9/2009 4PM, 3/9/2009 xy time.
Based on the user selected date 3/9/2009, I need to display batch execution times for that 3/9/2009, in time picker time span or some drop down.. Once user selects the time (say 3 PM), I need to bind this to database (3/9/2009 3 PM) and pass this value to generate a report...
Any ideas or sample code greatly appreciated..