Calendar date picker synchronized with textbox
Click on the calendar image near the textbox and select a date.
Change the date inside the textbox using format dd/MM/yyyy.
The calendar date will synchronize with the new data.
|
|
 << | Saturday, November 22, 2008 | >> |
|
|
| | |
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" DatePickerMode="true" TextBoxId="txtDate" DatePickerSynchronize="true"> </obout:Calendar> | | |
| "Hey, just wanted to say I love using the new grid...
I am working on incorporating it in a ton of places in an application we use." |
Wes McClure |
|
| | |
|