4
Answers

Time Picker Control

Photo of Herald Suva

Herald Suva

14y
9.5k
1
Hi,

I need a time picker control like the one on the desktops' Date and Time Form.

Any idea for source code?

Answers (4)

0
Photo of Suthish Nair
NA 30.5k 7.2m 14y
Sumitha, Thats not my article, free control from codeplex. Basically it works same as a dropdownlist and have same properties and methods.
0
Photo of sumitha vr
NA 2 0 14y
Hi Suthish your article is helped me a lot. still i have a doubt. How to store & retrieve timeselector selected time in to sqlserver database? can u help me? i'm waiting for ur reply.
0
Photo of Suthish Nair
NA 30.5k 7.2m 14y

Attachment TimePicker.rar


Dont share with any one :)

Extract the attached file, add the dll as reference.

Register the assembly.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
<%@ Register Assembly="TimePicker" Namespace="MKB.TimePicker" TagPrefix="MKB" %>
use..
<mkb:timeselector id="TimeSelector1" runat="server"></mkb:timeselector>
 
 
0
Photo of Madhu K
NA 1.5k 594.7k 14y
Check this javascript timepicker might help you.