A few days ago to do the project time to use the date control, but in the ASP.net, there is no packaging date control, the first idea is Baidu a bit ~, the following to share how to use this control, expand your own code base.
First of all, we need to download a datepicker JavaScript file, unpack the package, placed in the required project folder, directly into the JS folder (without the words directly pasted in can be), Then refer to the DatePicker wdatepicker.js file in the interface you want to use.
Figure One Interface show
Foreground code:
<%@ Page language= "C #" autoeventwireup= true "codebehind=" Datepickertest.aspx.cs "inherits=" Datepickertest2.datepickertest "%>
<! DOCTYPE html>
Effect Chart:
Figure II Effect chart
The
DatePicker time control is very practical and basically meets this control on every interface, which is a good operation and hopefully will help you.