How can I see the current date in a .aspx file using telerik RadTextBox.
I tried this:
<telerik:RadTextBox ID="RadTextBox1" runat="server" Width="50%" ReadOnly="true" Text='<%# DateTime.Now.ToString("dd-MM-yyyy") %>' />
But I can't see anything.
Any idea? Thanks.
Do that on the server: