DateTimePicker in ASP
DateTimePicker in ASP
Hi
I am brand new to using DateTimePicker in an ASP page (designed in
dreamweaver).
I have these 2 lines which are my text boxes:
<input name="FromDate" type="text" class="TextSmallBlackNonCaps"
id="FromDate" value="<% =Date() %>">
<input name="ToDate" type="text" class="TextSmallBlackNonCaps"
id="ToDate" value="<% =Date() %>">
I want to attach a DateTimePicker to each of these textboxes, with a
click icon so the datebox appears.
How do i do this as i have found the code sort of confusing. Maybe its
just because i am a beginner at this.