Hi All,
how to have a datetime picker in ASP.NET web page?
As you know we can easily have a datetime picker in Win Forms.
so i want to have same kind of control in ASP.NEt also.
can any body tell how to have that kind of control in ASP.NET.
Any tutorial or sample code will be ok.
Thanks all,
Max
Loading
Sahil JaniPosted Apr 18, 2011, 1:15 AM
Sahil JaniPosted Apr 18, 2011, 1:12 AM
<
<
<
This is the way to call the javascript file into asp.net page.
You have to write this code into Default.aspx page.
head>script language="javascript" src=" here you have to give you file path " type="text/javascript">script>title>Hometitle>head runat="server">Charith LiyanagamagePosted Apr 18, 2011, 1:05 AM
thanks for quick response.
Can u please show me a sample code segment how to call this javascript and access the datetime picker.
Im not good @ javascript. :S
thanks in advance.
Max
Sahil JaniPosted Apr 18, 2011, 12:26 AM
Here i have attached a code of javascript file for datetime picker.
You can use this javascript file into your asp.net web page for datime picker.
I have already used this code in my project so, code is working fine.
If your requirement should ful-filled by this code then mark this answer as "ACCEPTED ANSWER"