I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
Please follow this example and modify according to your requirement:
<dx:ASPxDateEdit runat="server"ID="uniquedateid" Width="95px"><ClientSideEvents Init="function(s,e){ s.SetDate(new Date());}" /> </dx:ASPxDateEdit>