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, July 05, 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.ClientID%>.Clear()">Clear</a> | | |
| "I just experimenting with your window and I must say that I am really so impressed with it.I am currently using teleik window but after I tried yours , I made my mind to move towards yours, what I really like about your components
is the really simple API and it is light on browser, I made some tests comparing window to telrik one and I must say your outtakes telerik." |
Ferasman |
|
| | |
|