4
Answers

Time Picker Control

Herald Suva

Herald Suva

14y
8.3k
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
Suthish Nair
NA 31.7k 4.6m 14y
Sumitha, Thats not my article, free control from codeplex. Basically it works same as a dropdownlist and have same properties and methods.
0
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
Suthish Nair
NA 31.7k 4.6m 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
Madhu K
NA 2k 446k 14y
Check this javascript timepicker might help you.