Calendar date picker clear - Client side
Click on the calendar image near the textbox.
Choose a date then clear it using the second image near the textbox.
|
|
 << | Saturday, May 17, 2008 | >> |
|
 |
|
Check also the server side clear example.
| | |
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" ID="Calendar1" DatePickerMode="true" TextBoxId="txtDate"> </obout:Calendar>
<a href="javascript:Calendar1.Clear()">Clear</a> | | |
| "I wanted to say this is probably the best set of tools I have ever worked with,
but the fact that you guys answer questions is phenomenal.
I recommend your stuff to every developer I talk to.
" |
Karl Wilkens |
| Multiweb Communications, Inc. |
| | |
|