i using time picker returns date , time together. making me problems since comparing value database column of type time
only. tried free time picker control
when assigning repeater
, when comes define data source of repeater , writting sql
query cant select time picker control drop down list because not available.
any other time picker controls stylish , effecient?
regards.
i'm not sure control fits exact needs should able convert .net datetime timespan compare against sql time datatype
datetime mydatetime = datetime.now; timespan mytimespan = new timespan(mydatetime.hour, mydatetime.minute, mydatetime.second, mydatetime.millisecond);
Comments
Post a Comment